From 70b0a14fd1deb34b5f97e6c86e17d560d857a377 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 26 Nov 2002 19:49:40 +0000 Subject: nothrow in header new --- src/Ewmh.cc | 3 ++- src/FbTk/XFontImp.cc | 4 +++- src/Gnome.cc | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 887f755..c906673 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Ewmh.cc,v 1.5 2002/11/23 14:54:50 rathnor Exp $ +// $Id: Ewmh.cc,v 1.6 2002/11/26 19:49:40 fluxgen Exp $ #include "Ewmh.hh" @@ -28,6 +28,7 @@ #include "fluxbox.hh" #include +#include using namespace std; Ewmh::Ewmh() { diff --git a/src/FbTk/XFontImp.cc b/src/FbTk/XFontImp.cc index a9091e7..acc089c 100644 --- a/src/FbTk/XFontImp.cc +++ b/src/FbTk/XFontImp.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: XFontImp.cc,v 1.1 2002/11/26 16:01:27 fluxgen Exp $ +// $Id: XFontImp.cc,v 1.2 2002/11/26 19:48:17 fluxgen Exp $ #include "XFontImp.hh" #include "App.hh" @@ -27,7 +27,9 @@ #include #include +#include using namespace std; + namespace FbTk { XFontImp::XFontImp(const char *fontname):m_rotfont(0), m_fontstruct(0), diff --git a/src/Gnome.cc b/src/Gnome.cc index 4d21fb6..5ceedf4 100644 --- a/src/Gnome.cc +++ b/src/Gnome.cc @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Gnome.cc,v 1.4 2002/10/16 19:06:51 fluxgen Exp $ +// $Id: Gnome.cc,v 1.5 2002/11/26 19:49:40 fluxgen Exp $ #include "Gnome.hh" @@ -27,6 +27,7 @@ #include "Screen.hh" #include +#include using namespace std; Gnome::Gnome() { -- cgit v0.11.2