Add comment.
[libdcp.git] / src / xml.h
index 3ff3e360c02ff6db99790c23865ba67a9d7cf953..2469981c877d1d48b34fcacc4c6dddcc155c194d 100644 (file)
--- a/src/xml.h
+++ b/src/xml.h
@@ -3,6 +3,7 @@
 
 #include <string>
 #include <list>
+#include <stdint.h>
 #include <glibmm.h>
 #include <boost/shared_ptr.hpp>
 #include "types.h"
@@ -26,7 +27,7 @@ protected:
        std::string optional_string_node (std::string);
        ContentKind kind_node (std::string);
        Fraction fraction_node (std::string);
-       int int_node (std::string);
+       int64_t int64_node (std::string);
        void ignore_node (std::string);
        void done ();