diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dom/core/element.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/core/element.h b/include/dom/core/element.h index 3e0fcb3..7ed12e2 100644 --- a/include/dom/core/element.h +++ b/include/dom/core/element.h @@ -10,6 +10,7 @@ #include <stdbool.h> +#include <dom/inttypes.h> #include <dom/core/exceptions.h> #include <dom/core/node.h> |