[Libreoffice-commits] libvisio.git: src/lib
David Tardon
dtardon at redhat.com
Sat Dec 20 08:24:27 PST 2014
src/lib/libvisio_utils.cpp | 1 +
src/lib/libvisio_utils.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1ec587cab878f55b4552181f6a291e1b7c8d64e9
Author: David Tardon <dtardon at redhat.com>
Date: Sat Dec 20 17:23:30 2014 +0100
use the right form of c header
Change-Id: I6cc11f41c84e47c1a49f5e553f1d067abd7ce79a
diff --git a/src/lib/libvisio_utils.cpp b/src/lib/libvisio_utils.cpp
index 90f1510..bd03e75 100644
--- a/src/lib/libvisio_utils.cpp
+++ b/src/lib/libvisio_utils.cpp
@@ -11,6 +11,7 @@
#include <string>
#include <algorithm> // std::count
#include <cstdarg>
+#include <cstdio>
#include "VSDInternalStream.h"
#include "libvisio_utils.h"
diff --git a/src/lib/libvisio_utils.h b/src/lib/libvisio_utils.h
index ae84764..0836f4b 100644
--- a/src/lib/libvisio_utils.h
+++ b/src/lib/libvisio_utils.h
@@ -10,7 +10,6 @@
#ifndef __LIBVISIO_UTILS_H__
#define __LIBVISIO_UTILS_H__
-#include <stdio.h>
#include "VSDTypes.h"
#ifdef _MSC_VER
More information about the Libreoffice-commits
mailing list