another attempt to fix windows build

This commit is contained in:
mrkraimer
2018-10-01 06:36:44 -04:00
parent 4ad470d3f4
commit 3f320fac32

View File

@ -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>