summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-03-02 11:02:06 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-03-02 11:02:06 +0100
commit64cca8d6237ef90c3b222df36de257dbb859d99e (patch)
tree4f84b1c6858a78b200225273a260fd01798fd940 /hwpfilter
parentf1d6f202e2b8ff555cedde6315685342325b16fc (diff)
Missing include
Change-Id: I2fb82e3c5a9b26b1016cf99e943cf0cc30225495
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwpfile.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/hwpfilter/source/hwpfile.cxx b/hwpfilter/source/hwpfile.cxx
index c34891e1c15e..f4f96dc9c54e 100644
--- a/hwpfilter/source/hwpfile.cxx
+++ b/hwpfilter/source/hwpfile.cxx
@@ -19,6 +19,7 @@
#include "precompile.h"
+#include <algorithm>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>