summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/IsThread.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2014-10-24 00:58:01 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2014-10-24 00:58:01 +0200
commit51fa6b4090ee930d03592550613592b1087fb788 (patch)
treea41682a171b54a4cbb721542a6135bcaca2bfef6 /src/OSSupport/IsThread.h
parentAdded FastRandom.* back to CMakeLists.txt. (diff)
downloadcuberite-51fa6b4090ee930d03592550613592b1087fb788.tar
cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.gz
cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.bz2
cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.lz
cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.xz
cuberite-51fa6b4090ee930d03592550613592b1087fb788.tar.zst
cuberite-51fa6b4090ee930d03592550613592b1087fb788.zip
Diffstat (limited to '')
-rw-r--r--src/OSSupport/IsThread.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/OSSupport/IsThread.h b/src/OSSupport/IsThread.h
index 6aadaf447..131c6950e 100644
--- a/src/OSSupport/IsThread.h
+++ b/src/OSSupport/IsThread.h
@@ -16,8 +16,7 @@ In the descending class' constructor call the Start() method to start the thread
#pragma once
-#ifndef CISTHREAD_H_INCLUDED
-#define CISTHREAD_H_INCLUDED
+#include <thread>
@@ -56,5 +55,3 @@ protected:
-
-#endif // CISTHREAD_H_INCLUDED