diff options
Diffstat (limited to 'src/blu_cat/gra/static_mesh.cpp')
-rw-r--r-- | src/blu_cat/gra/static_mesh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blu_cat/gra/static_mesh.cpp b/src/blu_cat/gra/static_mesh.cpp index db3a6ee..0d95590 100644 --- a/src/blu_cat/gra/static_mesh.cpp +++ b/src/blu_cat/gra/static_mesh.cpp @@ -16,7 +16,7 @@ #include "static_mesh.hpp" -#include "binary_reader.hpp" +#include "../com/binary_reader.hpp" #include "../com/command.hpp" #include "../int/core.hpp" #include "static_mesh_vertex.hpp" |