summaryrefslogtreecommitdiff
path: root/otk/style.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/style.cc')
-rw-r--r--otk/style.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/otk/style.cc b/otk/style.cc
index 6349a6bc..3c40e24b 100644
--- a/otk/style.cc
+++ b/otk/style.cc
@@ -3,8 +3,9 @@
#endif // HAVE_CONFIG_H
#include <assert.h>
-#include "display.hh"
+#include <iostream>
+#include "display.hh"
#include "util.hh"
#include "style.hh"
@@ -256,7 +257,7 @@ BColor Style::readDatabaseColor(const std::string &rname,
BFont *Style::readDatabaseFont(const std::string &rbasename,
- const Configuration &style) {
+ const Configuration &style) {
std::string fontname;
std::string s;