diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-13 00:14:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-13 00:14:02 +0000 |
| commit | fd32a693022aa4a68da49c17fe40581b9ea5de81 (patch) | |
| tree | 1cbcc47546ceb725e6db78dc5ad0ea30df20ec2b | |
| parent | e8c4fd0e0581849fcf41d918e79b00b84fe24d70 (diff) | |
Try to fix win32 build.
| -rw-r--r-- | src/content.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content.cc b/src/content.cc index f0380323..e2a7b1f4 100644 --- a/src/content.cc +++ b/src/content.cc @@ -20,6 +20,7 @@ #include "content.h" #include "util.h" #include "metadata.h" +#include "types.h" #include "AS_DCP.h" #include "KM_util.h" #include <libxml++/nodes/element.h> |
