diff options
Diffstat (limited to 'src/stable')
-rw-r--r-- | src/stable/archivebase.cpp | 1 | ||||
-rw-r--r-- | src/stable/archivebase.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/stable/archivebase.cpp b/src/stable/archivebase.cpp index d2d80a1..c1e886b 100644 --- a/src/stable/archivebase.cpp +++ b/src/stable/archivebase.cpp | |||
@@ -6,6 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "bu/archivebase.h" | 8 | #include "bu/archivebase.h" |
9 | #include "bu/blob.h" | ||
9 | 10 | ||
10 | Bu::ArchiveBase::ArchiveBase() | 11 | Bu::ArchiveBase::ArchiveBase() |
11 | { | 12 | { |
diff --git a/src/stable/archivebase.h b/src/stable/archivebase.h index d846c27..3fd5071 100644 --- a/src/stable/archivebase.h +++ b/src/stable/archivebase.h | |||
@@ -12,10 +12,10 @@ | |||
12 | #include <unistd.h> | 12 | #include <unistd.h> |
13 | 13 | ||
14 | #include "bu/variant.h" | 14 | #include "bu/variant.h" |
15 | #include "bu/blob.h" | ||
16 | 15 | ||
17 | namespace Bu | 16 | namespace Bu |
18 | { | 17 | { |
18 | class Blob; | ||
19 | class ArchiveBase | 19 | class ArchiveBase |
20 | { | 20 | { |
21 | public: | 21 | public: |