aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Font.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/Font.cc')
-rw-r--r--src/FbTk/Font.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/Font.cc b/src/FbTk/Font.cc
index 9a0f87f..f1ca707 100644
--- a/src/FbTk/Font.cc
+++ b/src/FbTk/Font.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: Font.cc,v 1.3 2002/12/08 19:12:07 fluxgen Exp $ 22//$Id: Font.cc,v 1.4 2003/01/05 23:00:19 fluxgen Exp $
23 23
24 24
25#include "Font.hh" 25#include "Font.hh"
@@ -54,6 +54,7 @@
54#include <iostream> 54#include <iostream>
55#include <cstring> 55#include <cstring>
56#include <cstdlib> 56#include <cstdlib>
57#include <typeinfo>
57using namespace std; 58using namespace std;
58 59
59#ifdef HAVE_SETLOCALE 60#ifdef HAVE_SETLOCALE