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:
commit
a2c26e4c5f
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue