diff options
Diffstat (limited to 'src/cat/TPTSTypes.h')
| -rw-r--r-- | src/cat/TPTSTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat/TPTSTypes.h b/src/cat/TPTSTypes.h index 6a2cec4..b9fa92b 100644 --- a/src/cat/TPTSTypes.h +++ b/src/cat/TPTSTypes.h @@ -3,7 +3,7 @@ #include <string> #include <typeinfo> -#include "interface/Point.h" +#include "gui/interface/Point.h" enum ValueType { TypeNumber, TypePoint, TypeString, TypeNull, TypeFunction }; |
