diff options
author | rtk0c <[email protected]> | 2021-08-15 19:20:55 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-08-15 19:20:55 -0700 |
commit | b79a244d76c66287c6228e3845aa3af91a847f5d (patch) | |
tree | a6a425395ffc534dbc5532b274543c14dc5d53c5 /core/src/Model | |
parent | c51a61c0f0de65a3e64f589816a56f21ed4e8528 (diff) |
More work on IO adapters (not working)
Diffstat (limited to 'core/src/Model')
-rw-r--r-- | core/src/Model/Assets.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/Model/Assets.cpp b/core/src/Model/Assets.cpp index 043a9b6..c819e53 100644 --- a/core/src/Model/Assets.cpp +++ b/core/src/Model/Assets.cpp @@ -2,7 +2,8 @@ #include "UI/UI.hpp" #include "Utils/I18n.hpp" -#include "Utils/IO/Adapter.hpp" +#include "Utils/IO/DataStream.hpp" + #include "Utils/IO/StringIntegration.hpp" #include "Utils/IO/UuidIntegration.hpp" |