Move the type_traits portability header into its own portability header
[folly.git] / folly / experimental / LockFreeRingBuffer.h
index 5ca4a7d20cd88bf0104566116d4cdb5b1d5eea3b..1a2bc464c7c17bc2a16a481f11b787790794a7a0 100644 (file)
@@ -24,8 +24,9 @@
 #include <string.h>
 #include <type_traits>
 
-#include <folly/detail/TurnSequencer.h>
 #include <folly/Portability.h>
+#include <folly/detail/TurnSequencer.h>
+#include <folly/portability/TypeTraits.h>
 #include <folly/portability/Unistd.h>
 
 namespace folly {