0028934: Coding - Eliminate compiler warnings in OCCT samples
[occt.git] / samples / qt / Common / src / View.h
index 6bd6720..8274454 100755 (executable)
@@ -1,9 +1,11 @@
 #ifndef VIEW_H
 #define VIEW_H
 
+#include <Standard_WarningsDisable.hxx>
 #include <QWidget>
 #include <QAction>
 #include <QList>
+#include <Standard_WarningsRestore.hxx>
 
 #include <AIS_InteractiveContext.hxx>
 #include <V3d_View.hxx>