[Libreoffice-commits] libcdr.git: src/lib

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Jan 28 08:05:20 UTC 2019


 src/lib/CMXParser.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 00c4b331df8157dff7c251323d00ec2d63691dfb
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Mon Jan 28 09:04:56 2019 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Mon Jan 28 09:04:56 2019 +0100

    Add missing include
    
    CMXParser.cpp:42:43: error: expected ')'
        CDR_DEBUG_MSG(("invalid tag length %" PRIu16 "\n", tagLength));
                                              ^
    CMXParser.cpp:42:19: note: to match this '('
        CDR_DEBUG_MSG(("invalid tag length %" PRIu16 "\n", tagLength));
                      ^
    1 error generated.
    
    Change-Id: I9575a96327a62dc6c44950d35a8740242e1a4433

diff --git a/src/lib/CMXParser.cpp b/src/lib/CMXParser.cpp
index 78cc417..02852c9 100644
--- a/src/lib/CMXParser.cpp
+++ b/src/lib/CMXParser.cpp
@@ -14,6 +14,7 @@
 #include <math.h>
 #include <stdlib.h>
 #include <utility>
+#include <cinttypes>
 
 #include "libcdr_utils.h"
 #include "CDRPath.h"


More information about the Libreoffice-commits mailing list