diff --git a/third_party/host_memory/host_memory.cpp b/third_party/host_memory/host_memory.cpp index 880ea9d72..fa7517f9b 100644 --- a/third_party/host_memory/host_memory.cpp +++ b/third_party/host_memory/host_memory.cpp @@ -36,6 +36,7 @@ #endif // ^^^ Linux ^^^ +#include #include #include #include @@ -44,8 +45,9 @@ #include #include -#define ASSERT -#define UNIMPLEMENTED_MSG +#define ASSERT(...) +#define UNIMPLEMENTED_MSG(...) +#define ASSERT_MSG(...) namespace Common {