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
No known key found for this signature in database
GPG Key ID: 4E58A32D510E1995

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"