another attempt to fix windows build
This commit is contained in:
@ -9,6 +9,11 @@
|
|||||||
*/
|
*/
|
||||||
#ifndef PVSTRUCTURECOPY_H
|
#ifndef PVSTRUCTURECOPY_H
|
||||||
#define PVSTRUCTURECOPY_H
|
#define PVSTRUCTURECOPY_H
|
||||||
|
|
||||||
|
#if defined(_WIN32) && !defined(NOMINMAX)
|
||||||
|
#define NOMINMAX
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
Reference in New Issue
Block a user