MSVC: fix compiler warnings about redefined pre-processor directives

Swapping the order of Qt and Inventor headers fixes them because the latter uses #ifdef/#endif guards
This commit is contained in:
wmayer
2023-03-12 15:46:48 +01:00
committed by wwmayer
parent be0e65fa7a
commit 220947abdb

View File

@@ -96,8 +96,9 @@
#include <xercesc/util/TranscodingException.hpp>
#include <xercesc/util/XMLString.hpp>
#include "InventorAll.h"
// Keep this order to avoid compiler warnings
#include "QtAll.h"
#include "InventorAll.h"
#elif defined(FC_OS_WIN32)
#include <windows.h>