From d617e34915d3c7d3b436d39bfc6ebcc32f363360 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 18 Jan 2009 12:40:48 -0500 Subject: Cleaned up sigcore test includes --- sigcore/test/TestMatrix.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sigcore/test/TestMatrix.cpp') 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 + * Copyright 2008-2009 Ben Boeckel * * 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 -- cgit