aboutsummaryrefslogtreecommitdiff
path: root/src/console_reporter.cc
diff options
context:
space:
mode:
authorIsmael <ijimenezm@hotmail.es>2016-05-26 21:16:40 +0200
committerIsmael <ijimenezm@hotmail.es>2016-05-26 21:16:40 +0200
commitac3ec2ded37e4f9e4083f8b65644f7c4b60336d7 (patch)
tree46b16810bcb483f86ff54eec462569b16037dcd6 /src/console_reporter.cc
parentd82f0c313133c60e3a5db5be6f7d2299cd5ffdd8 (diff)
downloadgoogle-benchmark-ac3ec2ded37e4f9e4083f8b65644f7c4b60336d7.tar.gz
moved complexity.h into src and BigO enum into benchmark_api
Diffstat (limited to 'src/console_reporter.cc')
-rw-r--r--src/console_reporter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console_reporter.cc b/src/console_reporter.cc
index bd5b403..62df4c7 100644
--- a/src/console_reporter.cc
+++ b/src/console_reporter.cc
@@ -13,7 +13,7 @@
// limitations under the License.
#include "benchmark/reporter.h"
-#include "benchmark/complexity.h"
+#include "complexity.h"
#include <cstdint>
#include <cstdio>