From 252f4128b718151ef484bf755c995063e109b38a Mon Sep 17 00:00:00 2001 From: Andrew Downing Date: Thu, 26 Feb 2015 09:19:15 -0500 Subject: [PATCH] add includes to dsc.h to fix errors in it's own context (not real errors since dsc.h isnt compiled by itself, just screws up the code model in QtCreator without them) --- src/dsc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dsc.h b/src/dsc.h index b859845..cd72f81 100644 --- a/src/dsc.h +++ b/src/dsc.h @@ -7,6 +7,9 @@ #ifndef __DSC_H #define __DSC_H +#include +#include "solvespace.h" + class Vector; class Vector4; class Point2d;