MDEV-20377: Fix cmake -DPLUGIN_PERFSCHEMA=NO

This commit is contained in:
Marko Mäkelä 2020-07-02 06:03:59 +03:00
parent 69df4f834b
commit 838a1046b2

View File

@ -84,6 +84,7 @@ mysys/my_perf.c, contributed by Facebook under the following license.
#include <string.h>
#include "ut0crc32.h"
#include "my_valgrind.h"
#ifdef _MSC_VER
#include <intrin.h>