Register singleton's destruction using std::atexit
[folly.git] / folly / MacAddress.h
index ef7c3ac1dca7733d21ab18ca499fb8b0a3a0845d..2a2c1fc4465b4b97f9f0d9677c40fc06e26cd269 100644 (file)
@@ -18,8 +18,8 @@
 
 #include <iosfwd>
 
-#include <folly/Bits.h>
 #include <folly/Range.h>
+#include <folly/lang/Bits.h>
 
 namespace folly {