aboutsummaryrefslogtreecommitdiff
path: root/src/archive.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/archive.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/archive.cpp b/src/archive.cpp
index 78fa362..d11f853 100644
--- a/src/archive.cpp
+++ b/src/archive.cpp
@@ -6,6 +6,8 @@
6 */ 6 */
7 7
8#include "bu/archive.h" 8#include "bu/archive.h"
9#include "bu/stream.h"
10#include "bu/archival.h"
9 11
10Bu::Archive::Archive( Stream &rStream, bool bLoading ) : 12Bu::Archive::Archive( Stream &rStream, bool bLoading ) :
11 bLoading( bLoading ), 13 bLoading( bLoading ),