summaryrefslogtreecommitdiff
path: root/onlineupdate
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-16 08:51:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-16 08:51:10 +0100
commit337f8922edbdae7cb3e6659ea6bf3bde9ba8adb0 (patch)
tree18e5664dcec2ae52e66cd8f3a1c0ee3dd9740728 /onlineupdate
parent420059de8576693b23661c64e55792ae992780ef (diff)
Missing include
Change-Id: Id5c7ff8b9d342b557bc87b1ac6f3e2fbc8437d69
Diffstat (limited to 'onlineupdate')
-rw-r--r--onlineupdate/source/update/updater/bspatch.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/onlineupdate/source/update/updater/bspatch.cxx b/onlineupdate/source/update/updater/bspatch.cxx
index 10ec56200511..b77d3ea1097b 100644
--- a/onlineupdate/source/update/updater/bspatch.cxx
+++ b/onlineupdate/source/update/updater/bspatch.cxx
@@ -32,6 +32,7 @@
#include "bspatch.h"
#include "errors.h"
+#include <algorithm>
#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.h>