From: jfa Date: Mon, 14 Nov 2005 14:23:11 +0000 (+0000) Subject: Add missing include to avoid compilation error X-Git-Tag: V3_1_0a3~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=80bdadca3761bd655717d69da782529ca4d5b1ff;p=modules%2Fgui.git Add missing include to avoid compilation error --- diff --git a/src/PythonConsole/PythonConsole_PyEditor.cxx b/src/PythonConsole/PythonConsole_PyEditor.cxx index 73b9c7904..0a5a4f0da 100755 --- a/src/PythonConsole/PythonConsole_PyEditor.cxx +++ b/src/PythonConsole/PythonConsole_PyEditor.cxx @@ -35,6 +35,7 @@ #include #include #include +#include using namespace std;