Copyright 2013 -> 2014
[folly.git] / folly / test / ProducerConsumerQueueBenchmark.cpp
index f4b44038d5de18161ab74c438b3a14bef2a2b99f..52a92518c5b07d6fd0d6a6975e1d0f1ec3556fb7 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.
@@ -24,7 +24,8 @@
 #include <gflags/gflags.h>
 #include <glog/logging.h>
 #include "folly/Benchmark.h"
-#include "folly/Histogram.h"
+#include "folly/stats/Histogram.h"
+#include "folly/stats/Histogram-defs.h"
 #include "folly/ProducerConsumerQueue.h"
 
 namespace {