Update SSLContext to use folly::Random and discrete_distribution
[folly.git] / folly / AtomicBitSet.h
index 48f1fd9494f2f7ec6b0dfef59ee28c35250df754..8e697b8d2bbf6c9833b0cacf8e2644cfee479817 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.
@@ -25,6 +25,8 @@
 
 #include <boost/noncopyable.hpp>
 
+#include <folly/Portability.h>
+
 namespace folly {
 
 /**
@@ -158,4 +160,3 @@ inline bool AtomicBitSet<N>::operator[](size_t idx) const {
 }  // namespaces
 
 #endif /* FOLLY_ATOMICBITSET_H_ */
-