summaryrefslogtreecommitdiff
path: root/src/tests/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test.cpp')
-rw-r--r--src/tests/test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/test.cpp b/src/tests/test.cpp
index d9cba5e..a45eecf 100644
--- a/src/tests/test.cpp
+++ b/src/tests/test.cpp
@@ -1,4 +1,3 @@
-#include <gtest/gtest.h>
// test.cpp - Driver for testwuite
//
// Copyright © 2013 Ben Longbons <b.r.longbons@gmail.com>
@@ -18,6 +17,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
+#include <gtest/gtest.h>
+
#include "../poison.hpp"
int main(int argc, char **argv)