Now compile with VS2019

This commit is contained in:
xawotihs
2019-09-07 19:46:15 +02:00
parent a27216c317
commit fd3777f08e
9 changed files with 29 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#ifndef WRESOURCE_FWD_H
#define WRESOURCE_FWD_H
#if (__cplusplus > 199711L)
#if (__cplusplus > 199711L) || (_MSC_VER >= 1700)
#include <memory>
typedef std::shared_ptr<JQuad> JQuadPtr;
#elif defined(QT_CONFIG)