From fe7a90ac34de28e30863a1257319f85a5e662286 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 23 Mar 2012 21:02:53 +0100 Subject: Fixed includes and GCC syntax errors --- src/color.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/color.h') diff --git a/src/color.h b/src/color.h index d9aacc9..31176fe 100644 --- a/src/color.h +++ b/src/color.h @@ -12,13 +12,16 @@ // * GNU General Public License for more details. // * // * You should have received a copy of the GNU General Public License -// * along with this program. If not, see http://www.gnu.org/licenses/.// color.h +// * along with this program. If not, see http://www.gnu.org/licenses/. + +// color.h #ifndef _COLOR_H_ #define _COLOR_H_ #include "control.h" +#include "d3dengine.h" class CD3DEngine; -- cgit v1.2.3-1-g7c22