diff options
Diffstat (limited to 'src/model/model.h')
-rw-r--r-- | src/model/model.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/model/model.h b/src/model/model.h index 30714d4..c8f60f1 100644 --- a/src/model/model.h +++ b/src/model/model.h @@ -12,7 +12,8 @@ #include <map> #include "math/mathlib.h" -#include "model/parts.h" + +#include "model/tags.h" #include "model/fragment.h" /// classes representing 3D geometry |