Windows requires memory to be included to use unique_ptr

This commit is contained in:
Ryan Houdek 2013-11-13 12:51:49 -06:00
parent 652ef24a2e
commit 63a9dff3bb
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include <map> #include <map>
#include <memory>
#include <cinttypes> #include <cinttypes>
#include "Common.h" #include "Common.h"