[Libreoffice-commits] libvisio.git: src/conv

Fridrich Å trba fridrich.strba at bluewin.ch
Tue Nov 5 18:35:37 CET 2013


 src/conv/raw/vsd2raw.cpp |    2 ++
 src/conv/raw/vss2raw.cpp |    2 ++
 2 files changed, 4 insertions(+)

New commits:
commit 1f93cd5ef60ff1c3008e507f29123d7f2ea0449a
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Tue Nov 5 18:34:51 2013 +0100

    Missing includes
    
    Change-Id: Ifc3be1a5c6e9219da5aa9da270f14aa96ab492ae

diff --git a/src/conv/raw/vsd2raw.cpp b/src/conv/raw/vsd2raw.cpp
index e20e2b7..738a863 100644
--- a/src/conv/raw/vsd2raw.cpp
+++ b/src/conv/raw/vsd2raw.cpp
@@ -28,6 +28,8 @@
  * instead of those above.
  */
 
+#include <stdio.h>
+#include <string.h>
 #include <librevenge-stream/librevenge-stream.h>
 #include <librevenge-generators/librevenge-generators.h>
 #include <librevenge/librevenge.h>
diff --git a/src/conv/raw/vss2raw.cpp b/src/conv/raw/vss2raw.cpp
index b496e28..5bf1b85 100644
--- a/src/conv/raw/vss2raw.cpp
+++ b/src/conv/raw/vss2raw.cpp
@@ -28,6 +28,8 @@
  * instead of those above.
  */
 
+#include <stdio.h>
+#include <string.h>
 #include <librevenge-stream/librevenge-stream.h>
 #include <librevenge-generators/librevenge-generators.h>
 #include <librevenge/librevenge.h>


More information about the Libreoffice-commits mailing list