diff options
Diffstat (limited to 'core/src/Utils/IO/fwd.hpp')
-rw-r--r-- | core/src/Utils/IO/fwd.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/Utils/IO/fwd.hpp b/core/src/Utils/IO/fwd.hpp index 848c78f..f249e34 100644 --- a/core/src/Utils/IO/fwd.hpp +++ b/core/src/Utils/IO/fwd.hpp @@ -1,5 +1,8 @@ #pragma once +// Archive.hpp +class DataArchive; + // DataStream.hpp class SerializationStreamProxy; class DeserializationStreamProxy; |