Add missing <cassert> include

This commit is contained in:
Ziemas 2022-12-24 16:17:42 +01:00 committed by refractionpcsx2
parent 30a2675972
commit af789a4f8d
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include "Pcsx2Types.h"
#include <cstddef>
#include <cassert>
#include "common/emitter/x86_intrin.h"