Merge pull request #971 from cxd4/so-i-herd-u-liek-auto_ptr

[Project64-core] Have <memory> included to guarantee std::auto_ptr.
This commit is contained in:
zilmar 2016-02-05 08:19:21 +11:00
commit a2c26e4c5f
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include "GBCart.h" #include "GBCart.h"
#include <time.h> #include <time.h>
#include <memory>
static void read_gb_cart_normal(struct gb_cart* gb_cart, uint16_t address, uint8_t* data) static void read_gb_cart_normal(struct gb_cart* gb_cart, uint16_t address, uint8_t* data)
{ {