Internal update

Change-Id: I89f7717cea56df4d8b7282a28ff56dfedb92f3ea
This commit is contained in:
Mateusz Jablonski
2018-05-29 15:45:12 +02:00
committed by sys_ocldev
parent 604b04b5cd
commit 0052ab82b1
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
*/
#include "runtime/os_interface/os_thread.h"
#include <thread>
#include <pthread.h>
namespace OCLRT {
class ThreadLinux : public Thread {