summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2018-02-19 13:53:35 +0400
committerSergey Vojtovich <svoj@mariadb.org>2018-02-19 13:53:35 +0400
commitb697f213a7bb90737e41ae09a5bfb08c6f47c0f6 (patch)
treedde57812272134f25de0fd2cf9970bc41a1e25fb
parent7a84688e2c30a95297246b5dc3005854bcbd5bf0 (diff)
downloadmariadb-git-b697f213a7bb90737e41ae09a5bfb08c6f47c0f6.tar.gz
MDEV-14541 - Workaround GCC ICE on ARM64
Added missing include.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b4de70a283d..8d2efac89cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -162,6 +162,7 @@ INCLUDE(plugin)
INCLUDE(install_macros)
INCLUDE(systemd)
INCLUDE(mysql_add_executable)
+INCLUDE(compile_flags)
# Handle options
OPTION(DISABLE_SHARED