From bb0633fbdeb14aa448b2b8c80b1e26621d81b348 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Fri, 4 Nov 2016 15:49:10 -0400 Subject: [PATCH] lung. --- CMakeLists.txt | 2 +- native/native.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae62aa1..067a0e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") - add_compile_options(-g -Wall -Wno-unknown-pragmas) + add_compile_options(-g -Wall -Wno-unknown-pragmas -Wno-multichar) elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") diff --git a/native/native.cpp b/native/native.cpp index 75808a1..1123487 100644 --- a/native/native.cpp +++ b/native/native.cpp @@ -33,6 +33,9 @@ #include #include #include +#include +#include + using namespace MacOS;