aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/include
diff options
context:
space:
mode:
authorParth Chandra <pchandra@maprtech.com>2014-11-10 14:20:57 -0800
committerParth Chandra <pchandra@maprtech.com>2015-01-02 16:54:17 -0800
commitc051bbd888ad1db5de54283d0e80ac9a08accac5 (patch)
tree23458e905123155b17e9931f213730d95624609d /contrib/native/client/src/include
parent8afe10f2037612c2fd9cf46fc20e81dd73ad6d24 (diff)
DRILL-1568: C++ Client - Handle Query Cancel
Diffstat (limited to 'contrib/native/client/src/include')
-rw-r--r--contrib/native/client/src/include/drill/common.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/native/client/src/include/drill/common.hpp b/contrib/native/client/src/include/drill/common.hpp
index 59537f151..f83aae403 100644
--- a/contrib/native/client/src/include/drill/common.hpp
+++ b/contrib/native/client/src/include/drill/common.hpp
@@ -29,6 +29,7 @@
#endif
#include <stdint.h>
+#include <set>
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>