aboutsummaryrefslogtreecommitdiff
path: root/test/templated_fixture_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/templated_fixture_test.cc')
-rw-r--r--test/templated_fixture_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/templated_fixture_test.cc b/test/templated_fixture_test.cc
index fe9865c..af239c3 100644
--- a/test/templated_fixture_test.cc
+++ b/test/templated_fixture_test.cc
@@ -1,9 +1,9 @@
-#include "benchmark/benchmark.h"
-
#include <cassert>
#include <memory>
+#include "benchmark/benchmark.h"
+
template <typename T>
class MyFixture : public ::benchmark::Fixture {
public: