Move the type_traits portability header into its own portability header
[folly.git] / folly / small_vector.h
index da4547b40ae6712b12cf6d6ef90736cae1b9e4fb..3da912d2bd15a97aff553d43227ce463ccaf5e65 100644 (file)
@@ -49,6 +49,7 @@
 #include <folly/SmallLocks.h>
 #include <folly/portability/Constexpr.h>
 #include <folly/portability/Malloc.h>
+#include <folly/portability/TypeTraits.h>
 
 // Ignore shadowing warnings within this file, so includers can use -Wshadow.
 #pragma GCC diagnostic push