Fix #includes
[folly.git] / folly / AtomicHashArray.h
index 043909c0f067379358323d22dc20cdd57eb6f632..18e883a465402ab8b41d85db761477f4f1d570b1 100644 (file)
@@ -296,6 +296,6 @@ class AtomicHashArray : boost::noncopyable {
 
 } // namespace folly
 
-#include "AtomicHashArray-inl.h"
+#include <folly/AtomicHashArray-inl.h>
 
 #endif // FOLLY_ATOMICHASHARRAY_H_