summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 2fdb166c..7b6e2fec 100644
--- a/meson.build
+++ b/meson.build
@@ -17,6 +17,7 @@ common_arguments = [
c_arguments = common_arguments
cpp_arguments = common_arguments
+cpp_arguments += '-std=c++11'
add_project_arguments(c_arguments, language: 'c')
add_project_arguments(cpp_arguments, language: 'cpp')