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/TestHat.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sigcore/test/TestHat.cpp') 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 + * 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 "TestHat.h" +// Sigcore includes +#include "../Hat.h" + // Qt includes #include -- cgit