summaryrefslogtreecommitdiff
path: root/upb/upb.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2014-08-30 12:19:00 -0700
committerJosh Haberman <jhaberman@gmail.com>2014-08-30 12:19:00 -0700
commitf447370f803192fa3a621fa4cc23108546c1c4db (patch)
tree0955e9c00de4df1963ba05d6302bd27ab27766a2 /upb/upb.h
parenta25c50361a0ca55962e7f2f979a0fca515dc7f06 (diff)
Fixed build and added Travis CI support.
Diffstat (limited to 'upb/upb.h')
-rw-r--r--upb/upb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/upb.h b/upb/upb.h
index 153b746..3744ea6 100644
--- a/upb/upb.h
+++ b/upb/upb.h
@@ -35,6 +35,7 @@
#endif
#ifdef UPB_CXX11
+#include <type_traits>
#define UPB_DISALLOW_COPY_AND_ASSIGN(class_name) \
class_name(const class_name&) = delete; \
void operator=(const class_name&) = delete;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback