diff options
Diffstat (limited to 'src/Font.hh')
-rw-r--r-- | src/Font.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Font.hh b/src/Font.hh index 04318ba..afdbbdc 100644 --- a/src/Font.hh +++ b/src/Font.hh | |||
@@ -19,12 +19,14 @@ | |||
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.hh,v 1.1 2002/03/21 10:51:48 fluxgen Exp $ | 22 | //$Id: Font.hh,v 1.2 2002/03/27 15:37:19 fluxgen Exp $ |
23 | 23 | ||
24 | #ifndef FBTK_FONT_HH | 24 | #ifndef FBTK_FONT_HH |
25 | #define FBTK_FONT_HH | 25 | #define FBTK_FONT_HH |
26 | 26 | ||
27 | #include <X11/Xlib.h> | ||
27 | #include <X11/Xresource.h> | 28 | #include <X11/Xresource.h> |
29 | |||
28 | namespace FbTk | 30 | namespace FbTk |
29 | { | 31 | { |
30 | 32 | ||