error: `memcpy' was not declared at this scope.

This commit is contained in:
no 2016-01-13 10:21:58 -05:00
parent 344299d319
commit 2ebf64503a
2 changed files with 4 additions and 0 deletions

View File

@ -9,7 +9,9 @@
* *
****************************************************************************/
#include "stdafx.h"
#include <string.h>
#include <Common/MemoryManagement.h>
#include <Project64-core/N64System/Mips/Dma.h>
#include <Project64-core/N64System/SystemGlobals.h>
#include <Project64-core/N64System/N64RomClass.h>

View File

@ -9,6 +9,8 @@
* *
****************************************************************************/
#include "stdafx.h"
#include <string.h>
#include <Project64-core/N64System/Mips/MemoryVirtualMem.h>
#include <Project64-core/N64System/SystemGlobals.h>
#include <Project64-core/N64System/N64RomClass.h>