mirror of https://github.com/PCSX2/pcsx2.git
ExpressionParser: Add missing include in header
This commit is contained in:
parent
bb1162f6cc
commit
5c83edb7b2
|
@ -4,6 +4,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "common/Pcsx2Types.h"
|
#include "common/Pcsx2Types.h"
|
||||||
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
typedef std::pair<u64,u64> ExpressionPair;
|
typedef std::pair<u64,u64> ExpressionPair;
|
||||||
|
|
Loading…
Reference in New Issue