aboutsummaryrefslogtreecommitdiff
path: root/src/stable/archivebase.h
diff options
context:
space:
mode:
authorMike Buland <mbuland@penny-arcade.com>2023-04-24 10:04:33 -0700
committerMike Buland <mbuland@penny-arcade.com>2023-04-24 10:04:33 -0700
commitaf849fa314ad335e14c82a2018ee7d7bea91842a (patch)
treeb30e4a5851c771d0667956739d3868a70c072715 /src/stable/archivebase.h
parente1115a28535663cfe404791ede5bb7ca70399053 (diff)
downloadlibbu++-af849fa314ad335e14c82a2018ee7d7bea91842a.tar.gz
libbu++-af849fa314ad335e14c82a2018ee7d7bea91842a.tar.bz2
libbu++-af849fa314ad335e14c82a2018ee7d7bea91842a.tar.xz
libbu++-af849fa314ad335e14c82a2018ee7d7bea91842a.zip
Blob related changes throughout.
Diffstat (limited to '')
-rw-r--r--src/stable/archivebase.h2
1 files changed, 1 insertions, 1 deletions
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
17namespace Bu 16namespace Bu
18{ 17{
18 class Blob;
19 class ArchiveBase 19 class ArchiveBase
20 { 20 {
21 public: 21 public: