diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-14 09:33:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-14 09:33:23 +0100 |
| commit | 2f0e6ee9d883abbbc31aca0d1cc80e89eb9b0af2 (patch) | |
| tree | f1215070c7a4458f8b474fc7163345c6c1c10744 /src/font.cc | |
| parent | e64f6002a413f7aaffca60387d82c2e91b931ab9 (diff) | |
| parent | 110dc70856bd0f6ae5ec1931f51a4817c5e38f42 (diff) | |
Merge master.
Diffstat (limited to 'src/font.cc')
| -rw-r--r-- | src/font.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font.cc b/src/font.cc index 52996a73..51bd866e 100644 --- a/src/font.cc +++ b/src/font.cc @@ -17,6 +17,8 @@ */ +#include "types.h" +#include "raw_convert.h" #include "font.h" #include "xml.h" #include "text.h" |
