Construct Later with exception_ptr
[folly.git] / folly / AtomicBitSet.h
index 1f3bf1912b70bcf2cf7d691329965b94b496a177..4b030ca9a9e2fed1b0da1b3db78b8749fc916549 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 Facebook, Inc.
+ * Copyright 2014 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -25,6 +25,8 @@
 
 #include <boost/noncopyable.hpp>
 
+#include <folly/Portability.h>
+
 namespace folly {
 
 /**