DEV9: Add missing pch include to linux specific files

This commit is contained in:
TheLastRar 2021-01-08 09:36:18 +00:00 committed by refractionpcsx2
parent b501a1deae
commit 53dfb8efb9
2 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "PrecompiledHeader.h"
#include <stdlib.h>

View File

@ -13,6 +13,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "PrecompiledHeader.h"
#include <stdio.h>
#include <gtk/gtk.h>