From 3fb066c13e8f968f36cffcbf59d1b3f9b3584ed7 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 20 Jul 2014 19:15:10 +0200 Subject: [PATCH] + add missing headers --- src/Gui/QuantitySpinBox.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Gui/QuantitySpinBox.cpp b/src/Gui/QuantitySpinBox.cpp index 98a2c6dc0..4ec7d2a90 100644 --- a/src/Gui/QuantitySpinBox.cpp +++ b/src/Gui/QuantitySpinBox.cpp @@ -23,6 +23,8 @@ #include "PreCompiled.h" #ifndef _PreComp_ +# include +# include #endif #include "QuantitySpinBox.h"