Have <memory> included to guarantee std::auto_ptr.
This commit is contained in:
parent
612bbb71e5
commit
53e07d02e2
|
@ -12,6 +12,7 @@
|
|||
#include "GBCart.h"
|
||||
|
||||
#include <time.h>
|
||||
#include <memory>
|
||||
|
||||
static void read_gb_cart_normal(struct gb_cart* gb_cart, uint16_t address, uint8_t* data)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue