summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2011-08-28 15:55:46 +0000
committerChris Wilson <chris+github@qwirx.com>2011-08-28 15:55:46 +0000
commit03bd51532d8c4fd828f5741d92b065bc04a9ee74 (patch)
tree308efc33ce12e70939afcce9ced3735e0f7a1cd4
parentc1f82eac31cab4fa464cc28194d4b6c2cd0b2235 (diff)
Add missing include of backup protocol.
-rw-r--r--lib/backupstore/BackupStoreContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/backupstore/BackupStoreContext.h b/lib/backupstore/BackupStoreContext.h
index d46ac295..edd5d198 100644
--- a/lib/backupstore/BackupStoreContext.h
+++ b/lib/backupstore/BackupStoreContext.h
@@ -14,6 +14,7 @@
#include <map>
#include <memory>
+#include "autogen_BackupProtocol.h"
#include "BackupStoreRefCountDatabase.h"
#include "NamedLock.h"
#include "Message.h"