Allocate stacks with guard pages by default
[folly.git] / folly / Memory.h
index f2502219aef0c1332185ea952a0fd3bfb265e9ca..69af41d175e5e57cd0502192854c9ebbb3c63f23 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,6 +18,7 @@
 #define FOLLY_MEMORY_H_
 
 #include <folly/Traits.h>
+#include <folly/portability/Memory.h>
 
 #include <cstddef>
 #include <cstdlib>