Commit 6f88fd36abe6c531caa182bb7c01c3ed00644578
Committed by
Jay Berkenbilt
1 parent
2d5b8544
Include missing header in QPDFTokenizer.cc (fixes #125)
Required for strtol()
Showing
1 changed file
with
1 additions
and
0 deletions
libqpdf/QPDFTokenizer.cc
| @@ -10,6 +10,7 @@ | @@ -10,6 +10,7 @@ | ||
| 10 | 10 | ||
| 11 | #include <stdexcept> | 11 | #include <stdexcept> |
| 12 | #include <string.h> | 12 | #include <string.h> |
| 13 | +#include <cstdlib> | ||
| 13 | 14 | ||
| 14 | QPDFTokenizer::QPDFTokenizer() : | 15 | QPDFTokenizer::QPDFTokenizer() : |
| 15 | pound_special_in_name(true), | 16 | pound_special_in_name(true), |