diff --git a/src/athena/MemoryReader.cpp b/src/athena/MemoryReader.cpp index 4aec129..346cdbc 100644 --- a/src/athena/MemoryReader.cpp +++ b/src/athena/MemoryReader.cpp @@ -5,11 +5,15 @@ #include #include #include +#include #ifdef HW_RVL #include #endif // HW_RVL +#undef min +#undef max + namespace athena { namespace io