1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

Add missing includes to the utils.h file

This commit is contained in:
filodej 2012-11-26 22:23:13 +01:00 committed by Lu Wang
parent 8078528795
commit 462e8dc541

View File

@ -18,6 +18,9 @@
#include <string>
#include <map>
#include <GfxState.h>
#include <CharTypes.h>
#ifndef nullptr
#define nullptr (NULL)
#endif