Fix usingJEMalloc with Clang
[folly.git] / folly / gen / Core.h
index d470199cf3724c985b889e6f8e83458f7a4c8dd3..a403b5bbee265bbb6a0ba0861af0984f8cd2829c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -40,6 +40,6 @@ class Chain;
 
 }} // folly::gen
 
-#include "folly/gen/Core-inl.h"
+#include <folly/gen/Core-inl.h>
 
 #endif // FOLLY_GEN_CORE_H