Rare bug fix
[folly.git] / folly / test / HistogramTest.cpp
index a5cfd95162d56be4ab72daa466fb286d42ccc4dc..c25c0bd8b3e9cc2c035df2b1950d9ea9477e47c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 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.
@@ -14,7 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/Histogram.h"
+#include <folly/stats/Histogram.h>
+#include <folly/stats/Histogram-defs.h>
 
 #include <gflags/gflags.h>
 #include <gtest/gtest.h>