include memory for auto_ptr

This commit is contained in:
Stephen Birarda 2014-09-30 15:25:40 -07:00
parent 4ef2863b79
commit ac4a767d60
2 changed files with 3 additions and 0 deletions

View file

@ -9,6 +9,8 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <memory>
#include <QtCore/QDataStream>
#include <QtCore/QJsonDocument>
#include <QtCore/QJsonObject>

View file

@ -14,6 +14,7 @@
#include <stdint.h>
#include <iterator>
#include <memory>
#ifndef _WIN32
#include <unistd.h> // not on windows, not needed for mac or windows