]> git.stg.codes - stg.git/blobdiff - stglibs/stg_locker.lib/stg_locker.h
Fix stglibs compilation errors
[stg.git] / stglibs / stg_locker.lib / stg_locker.h
index 658336886e2c7969bcfda02e850199e8243edc7a..4621388ee6fd0771e7d51e136133895955d5c232 100644 (file)
@@ -29,7 +29,6 @@
 #define STG_LOCKER_H
 
 #include <pthread.h>
-#include "noncopyable.h"
 
 #ifdef DEBUG_LOCKER
 
@@ -38,6 +37,8 @@
 #include <pthread.h>
 
 #endif
+
+#include "stg/noncopyable.h"
 //-----------------------------------------------------------------------------
 class STG_LOCKER : private NONCOPYABLE
 {