Merge pull request #20 from AlvaroBurnett/cartridge_fix

Fix missing include in cartridge.cpp
master
sinamas 2021-07-06 13:44:26 +02:00 committed by GitHub
commit efa674a932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "../savestate.h"
#include "pakinfo_internal.h"
#include <algorithm>
#include <cstring>
#include <fstream>