0029310: Coding - multiple compiler warnings in Inspectors
[occt.git] / tools / DFBrowser / DFBrowser_Window.cxx
index 452ef75..2336f74 100644 (file)
@@ -60,6 +60,7 @@
 #include <TDF_Tool.hxx>
 #include <inspector/TreeModel_MessageDialog.hxx>
 
+#include <Standard_WarningsDisable.hxx>
 #include <QAction>
 #include <QApplication>
 #include <QComboBox>
@@ -81,6 +82,7 @@
 #else
 #include <QStyleFactory>
 #endif
+#include <Standard_WarningsRestore.hxx>
 
 const int DFBROWSER_DEFAULT_WIDTH = 650;
 const int DFBROWSER_DEFAULT_HEIGHT = 350;