Fix github actions compile error (?)

Only added Platform.h because all the other common/ stuff was there. I have absolutely no idea what caused the failure if it's not this
This commit is contained in:
jacob1
2021-06-28 21:09:15 -04:00
parent 26327effd5
commit 86b48eb022

View File

@@ -1,7 +1,6 @@
#include "Config.h"
#include "common/Format.h"
#include "common/Platform.h"
#include "common/Singleton.h"
#include "common/String.h"
#include "common/tpt-compat.h"