Core: Add missing header to NetPlayCommon.cpp

https://bugs.dolphin-emu.org/issues/12765
This commit is contained in:
JosJuice 2021-12-15 18:56:35 +01:00
parent 66fc335c11
commit 094290792a
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include "Core/NetPlayCommon.h"
#include <algorithm>
#include <fmt/format.h>
#include <lzo/lzo1x.h>