summaryrefslogtreecommitdiff
path: root/src/blu_cat/gra/static_mesh.cpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2025-03-10 15:00:11 -0300
committerFrederico Linhares <fred@linhares.blue>2025-03-10 15:00:11 -0300
commita6c3a1e9325aae702b30d334acc6a6b8ff2f37f4 (patch)
tree3a0d3bb5ce1cc90c616e2abb0564330e9d8bbc2d /src/blu_cat/gra/static_mesh.cpp
parente12977bdc287bc2cdd5502ce8c50df4dd6c3ec0b (diff)
feat Create BinaryWriter
Diffstat (limited to 'src/blu_cat/gra/static_mesh.cpp')
-rw-r--r--src/blu_cat/gra/static_mesh.cpp2
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"