summaryrefslogtreecommitdiff
path: root/xBRZ/src/xbrz_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'xBRZ/src/xbrz_tools.h')
-rw-r--r--xBRZ/src/xbrz_tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xBRZ/src/xbrz_tools.h b/xBRZ/src/xbrz_tools.h
index d6e48c0c..32e2090f 100644
--- a/xBRZ/src/xbrz_tools.h
+++ b/xBRZ/src/xbrz_tools.h
@@ -19,6 +19,7 @@
#define XBRZ_TOOLS_H_825480175091875
#include <cassert>
+#include <vector>
#include <algorithm>
#include <type_traits>
bgstack15