summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-09-17 11:53:00 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:24 +0200
commitc51470fe6be37075106e6d6614e0eb1664c04643 (patch)
tree0bbb5c14cdbf2eb9067e18369a8e45420d6ea955 /onlineupdate
parentc5434903d6ab08b0df6ab0965c2b081ef592925c (diff)
explicitly include header file for unique_ptr
Change-Id: I060c7554a0b293977c3e4363f246b31bb35b9055
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/source/update/updater/updater.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/onlineupdate/source/update/updater/updater.cxx b/onlineupdate/source/update/updater/updater.cxx
index edda4c9702da..61975e9cd369 100644
--- a/onlineupdate/source/update/updater/updater.cxx
+++ b/onlineupdate/source/update/updater/updater.cxx
@@ -52,6 +52,7 @@
#include <limits.h>
#include <errno.h>
#include <algorithm>
+#include <memory>
#include <config_version.h>