Commit f010e07c0c214f9042003a1b9eb855f5c7cfdbb4

Authored by Jay Berkenbilt
1 parent e1bd72b4

Add missing #include of <string>

Showing 1 changed file with 1 additions and 0 deletions
include/qpdf/QPDFExc.hh
... ... @@ -12,6 +12,7 @@
12 12 #include <qpdf/Types.h>
13 13  
14 14 #include <qpdf/Constants.h>
  15 +#include <string>
15 16 #include <stdexcept>
16 17  
17 18 class QPDFExc: public std::runtime_error
... ...