aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XFontImp.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-26 19:56:48 (GMT)
committerfluxgen <fluxgen>2002-11-26 19:56:48 (GMT)
commitc6752ce211b140aa0817b1716db073dd05891cbf (patch)
treec22d15eee831bf63b66750762d961bb33df210b7 /src/FbTk/XFontImp.cc
parent70b0a14fd1deb34b5f97e6c86e17d560d857a377 (diff)
downloadfluxbox-c6752ce211b140aa0817b1716db073dd05891cbf.zip
fluxbox-c6752ce211b140aa0817b1716db073dd05891cbf.tar.bz2
another missing header
Diffstat (limited to 'src/FbTk/XFontImp.cc')
-rw-r--r--src/FbTk/XFontImp.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/XFontImp.cc b/src/FbTk/XFontImp.cc
index acc089c..e6d333b 100644
--- a/src/FbTk/XFontImp.cc
+++ b/src/FbTk/XFontImp.cc
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: XFontImp.cc,v 1.2 2002/11/26 19:48:17 fluxgen Exp $ 22// $Id: XFontImp.cc,v 1.3 2002/11/26 19:56:48 fluxgen Exp $
23 23
24#include "XFontImp.hh" 24#include "XFontImp.hh"
25#include "App.hh" 25#include "App.hh"
@@ -28,6 +28,7 @@
28 28
29#include <iostream> 29#include <iostream>
30#include <new> 30#include <new>
31#include <cstdio>
31using namespace std; 32using namespace std;
32 33
33namespace FbTk { 34namespace FbTk {