diff options
Diffstat (limited to 'sigcore/test/TestHat.cpp')
| -rw-r--r-- | sigcore/test/TestHat.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sigcore/test/TestHat.cpp b/sigcore/test/TestHat.cpp index 215744a7..a5da9fc8 100644 --- a/sigcore/test/TestHat.cpp +++ b/sigcore/test/TestHat.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 "TestHat.h" +// Sigcore includes +#include "../Hat.h" + // Qt includes #include <QtTest/QTest> |
