diff --git a/pcsx2/DebugTools/ExpressionParser.h b/pcsx2/DebugTools/ExpressionParser.h index 26bfa828e4..a7f637149c 100644 --- a/pcsx2/DebugTools/ExpressionParser.h +++ b/pcsx2/DebugTools/ExpressionParser.h @@ -4,6 +4,7 @@ #pragma once #include "common/Pcsx2Types.h" +#include #include typedef std::pair ExpressionPair;