summaryrefslogtreecommitdiff
path: root/lib/backupstore
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-08-23 16:42:18 +0000
committerChris Wilson <chris+github@qwirx.com>2015-08-23 16:42:18 +0000
commita64856f1d5dd14fb47de8e745c4e5c1979bedb49 (patch)
tree219d26fed0d403c0f768b9aa7ca55e05f8fce1e3 /lib/backupstore
parentf58b47aea2b3447cfc915e96b0f37a2dbdf43c70 (diff)
Add missing header include.
Fixes compilation on Windows.
Diffstat (limited to 'lib/backupstore')
-rw-r--r--lib/backupstore/BackupAccountControl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/backupstore/BackupAccountControl.cpp b/lib/backupstore/BackupAccountControl.cpp
index 40b60f42..a76eec21 100644
--- a/lib/backupstore/BackupAccountControl.cpp
+++ b/lib/backupstore/BackupAccountControl.cpp
@@ -19,6 +19,7 @@
#include "BackupStoreInfo.h"
#include "Configuration.h"
#include "HTTPResponse.h"
+#include "Utils.h"
#include "MemLeakFindOn.h"