Have <memory> included to guarantee std::auto_ptr.

This commit is contained in:
2016-02-04 14:09:56 -05:00
parent 612bbb71e5
commit 53e07d02e2
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{