Parcourir la source

[2236] Include and use the define from config.h

Mukund Sivaraman il y a 12 ans
Parent
commit
fa78c4ba3a
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/lib/util/threads/sync.h

+ 2 - 0
src/lib/util/threads/sync.h

@@ -15,6 +15,8 @@
 #ifndef B10_THREAD_SYNC_H
 #define B10_THREAD_SYNC_H
 
+#include "config.h"
+
 #include <boost/noncopyable.hpp>
 
 #include <cstdlib> // for NULL.