Skip to content
Snippets Groups Projects
Commit dd55708b authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

add missing include for defines

parent 960372ae
Branches
Tags
No related merge requests found
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#pragma once #pragma once
// suppress conversion warning that is emitted by icpc compiler with `-Werror` // suppress conversion warning that is emitted by icpc compiler with `-Werror`
#include "waLBerlaDefinitions.h"
#if ( defined WALBERLA_CXX_COMPILER_IS_INTEL ) #if ( defined WALBERLA_CXX_COMPILER_IS_INTEL )
#pragma warning(push) #pragma warning(push)
#pragma warning disable 68 #pragma warning disable 68
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment