summaryrefslogtreecommitdiffstats
path: root/sigcore/test/TestMatrix.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-01-18 12:40:48 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-01-18 12:42:19 -0500
commitd617e34915d3c7d3b436d39bfc6ebcc32f363360 (patch)
tree118900c925c0096c5b2c96c457dc65237266e681 /sigcore/test/TestMatrix.cpp
parent17f7b4abb480364fb5c2dcfacd29e0930fe129bc (diff)
downloadsigen-d617e34915d3c7d3b436d39bfc6ebcc32f363360.tar.gz
sigen-d617e34915d3c7d3b436d39bfc6ebcc32f363360.tar.xz
sigen-d617e34915d3c7d3b436d39bfc6ebcc32f363360.zip
Cleaned up sigcore test includes
Diffstat (limited to 'sigcore/test/TestMatrix.cpp')
-rw-r--r--sigcore/test/TestMatrix.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/sigcore/test/TestMatrix.cpp b/sigcore/test/TestMatrix.cpp
index 53cf57ea..5c3af7b9 100644
--- a/sigcore/test/TestMatrix.cpp
+++ b/sigcore/test/TestMatrix.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 Ben Boeckel <MathStuf@gmail.com>
+ * Copyright 2008-2009 Ben Boeckel <MathStuf@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -18,6 +18,9 @@
// Header include
#include "TestMatrix.h"
+// Sigcore includes
+#include "../Matrix.h"
+
// Qt includes
#include <QtTest/QTest>