diff --git a/src/Storages/StorageMaterializeMySQL.h b/src/Storages/StorageMaterializeMySQL.h index ea90c1ffc9e..f787470e2d2 100644 --- a/src/Storages/StorageMaterializeMySQL.h +++ b/src/Storages/StorageMaterializeMySQL.h @@ -1,6 +1,8 @@ #pragma once +#if !defined(ARCADIA_BUILD) #include "config_core.h" +#endif #if USE_MYSQL