DolphinQt: Fix latent build error on Windows

This commit is contained in:
Léo Lam 2021-04-12 17:57:14 +02:00
parent 5322256065
commit 136f59b434
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
#ifdef DeleteFile
#undef DeleteFile
#endif
#ifdef interface
#undef interface
#endif
#endif
#include "DolphinQt/GameList/GameList.h"