folly: improve ProducerConsumerQueueBenchmark (misplaced doNotOptimizeAway)
[folly.git] / folly / ProducerConsumerQueue.h
index 3660c24718f73fcdbe3f38913d807fc224f5b02d..ff1a4fe13b3dbe35903c4adf5dee3ac0a85f10d4 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.
@@ -27,6 +27,7 @@
 #include <type_traits>
 #include <utility>
 #include <boost/noncopyable.hpp>
+#include <boost/type_traits.hpp>
 
 namespace folly {