Skip to content

Commit

Permalink
ExpressionParser: Add missing include in header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziemas authored and F0bes committed Sep 11, 2024
1 parent bb1162f commit 5c83edb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcsx2/DebugTools/ExpressionParser.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#pragma once

#include "common/Pcsx2Types.h"
#include <string>
#include <vector>

typedef std::pair<u64,u64> ExpressionPair;
Expand Down

0 comments on commit 5c83edb

Please sign in to comment.