common: add some stuff to the pch

This commit is contained in:
kojin 2021-09-04 10:35:36 -04:00 committed by Kojin
parent 42f2210f7f
commit dcbf62a294
1 changed files with 10 additions and 1 deletions

View File

@ -11,4 +11,13 @@
*
* You should have received a copy of the GNU General Public License along with PCSX2.
* If not, see <http://www.gnu.org/licenses/>.
*/
*/
#include <memory>
#include <atomic>
#include <csignal>
#include <cerrno>
#include <cstdio>
#include <wx/string.h>
#include <wx/gdicmn.h>