MSVC: fix warnings and build failure
This commit is contained in:
@@ -21,8 +21,10 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "ViewProviderPython.h"
|
||||
// clang-format off
|
||||
#include "PreCompiled.h"
|
||||
#include "ViewProviderPython.h"
|
||||
// clang-format on
|
||||
|
||||
namespace Gui
|
||||
{
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4251)
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#define DEBUG_DERIVS 0
|
||||
#if DEBUG_DERIVS
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4251)
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user