From 838a1046b247e0c70089d3b5cf609c0a40fa3e4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Thu, 2 Jul 2020 06:03:59 +0300 Subject: [PATCH] MDEV-20377: Fix cmake -DPLUGIN_PERFSCHEMA=NO --- storage/innobase/ut/ut0crc32.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/innobase/ut/ut0crc32.cc b/storage/innobase/ut/ut0crc32.cc index a2ae570f4fe..5c62309ee89 100644 --- a/storage/innobase/ut/ut0crc32.cc +++ b/storage/innobase/ut/ut0crc32.cc @@ -84,6 +84,7 @@ mysys/my_perf.c, contributed by Facebook under the following license. #include #include "ut0crc32.h" +#include "my_valgrind.h" #ifdef _MSC_VER #include