Browse Source

Include missing header

Jakob Truelsen 15 năm trước cách đây
mục cha
commit
7dac1d6956
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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__