aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2019-03-21 00:18:30 -0700
committerGitHub <noreply@github.com>2019-03-21 00:18:30 -0700
commitb31eb6104a79e9269dd254b78abf75014e2ba1e7 (patch)
treefcd1e04998863237c8929362c9ec7143f7e67df8 /samples
parent1cd61fb5f6abfdf8fbbe4e3278d5d072177aeab4 (diff)
downloadamber-b31eb6104a79e9269dd254b78abf75014e2ba1e7.tar.gz
Add missing iterator include. (#393)
Fixes #392.
Diffstat (limited to 'samples')
-rw-r--r--samples/config_helper_vulkan.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/config_helper_vulkan.cc b/samples/config_helper_vulkan.cc
index 2370839..0cff771 100644
--- a/samples/config_helper_vulkan.cc
+++ b/samples/config_helper_vulkan.cc
@@ -18,6 +18,7 @@
#include <algorithm>
#include <cstring>
#include <iostream>
+#include <iterator>
#include <set>
#include <sstream>