summaryrefslogtreecommitdiff
path: root/otk/font.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-09 23:07:54 +0000
committerDana Jansens <danakj@orodu.net>2003-02-09 23:07:54 +0000
commit115fedf432d73f17ade48eaa2fa12dfd333bfcaa (patch)
tree9cc7cce7b1f627457813d5d9dbf7b121164a0446 /otk/font.hh
parent74cfb1b4c115cdb4e05aa823b09d2b5ea9d0d690 (diff)
use the c++ std cheaders
Diffstat (limited to 'otk/font.hh')
-rw-r--r--otk/font.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/font.hh b/otk/font.hh
index 16c47f27..618d4f6e 100644
--- a/otk/font.hh
+++ b/otk/font.hh
@@ -11,7 +11,7 @@ extern "C" {
#include <X11/Xft/Xft.h>
}
-#include <assert.h>
+#include <cassert>
namespace otk {