Browse Source

Include missing header

Jakob Truelsen 15 years ago
parent
commit
7dac1d6956
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/outline_p.hh

+ 1 - 0
src/outline_p.hh

@@ -15,6 +15,7 @@
 // along with wkhtmltopdf.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef __OUTLINE_P_HH
 #define __OUTLINE_P_HH
+#include <fstream>
 #include "outline.hh"
 #ifdef __EXTENSIVE_WKHTMLTOPDF_QT_HACK__