62 lines
1.7 KiB
Plaintext
62 lines
1.7 KiB
Plaintext
![]() |
Index: blocxx-2.1.0/src/blocxx/StringStream.hpp
|
||
|
===================================================================
|
||
|
--- blocxx-2.1.0.orig/src/blocxx/StringStream.hpp
|
||
|
+++ blocxx-2.1.0/src/blocxx/StringStream.hpp
|
||
|
@@ -52,6 +52,7 @@
|
||
|
#else
|
||
|
#include <streambuf.h>
|
||
|
#endif
|
||
|
+#include <cstdio>
|
||
|
|
||
|
namespace BLOCXX_NAMESPACE
|
||
|
{
|
||
|
Index: blocxx-2.1.0/src/blocxx/BaseStreamBuffer.cpp
|
||
|
===================================================================
|
||
|
--- blocxx-2.1.0.orig/src/blocxx/BaseStreamBuffer.cpp
|
||
|
+++ blocxx-2.1.0/src/blocxx/BaseStreamBuffer.cpp
|
||
|
@@ -43,6 +43,7 @@
|
||
|
#include "blocxx/Assertion.hpp"
|
||
|
#include <iostream> // for cerr
|
||
|
#include <cstring> // for memcpy
|
||
|
+#include <cstdio>
|
||
|
|
||
|
namespace BLOCXX_NAMESPACE
|
||
|
{
|
||
|
Index: blocxx-2.1.0/src/blocxx/DataStreams.cpp
|
||
|
===================================================================
|
||
|
--- blocxx-2.1.0.orig/src/blocxx/DataStreams.cpp
|
||
|
+++ blocxx-2.1.0/src/blocxx/DataStreams.cpp
|
||
|
@@ -40,6 +40,7 @@
|
||
|
#include "blocxx/Types.hpp"
|
||
|
#include "blocxx/DataStreams.hpp"
|
||
|
#include <cstring>
|
||
|
+#include <cstdio>
|
||
|
|
||
|
namespace BLOCXX_NAMESPACE
|
||
|
{
|
||
|
Index: blocxx-2.1.0/src/blocxx/TempFileStream.cpp
|
||
|
===================================================================
|
||
|
--- blocxx-2.1.0.orig/src/blocxx/TempFileStream.cpp
|
||
|
+++ blocxx-2.1.0/src/blocxx/TempFileStream.cpp
|
||
|
@@ -47,6 +47,7 @@
|
||
|
#include "blocxx/Assertion.hpp"
|
||
|
#include "blocxx/IOException.hpp"
|
||
|
#include <cstring>
|
||
|
+#include <cstdio>
|
||
|
|
||
|
namespace BLOCXX_NAMESPACE
|
||
|
{
|
||
|
Index: blocxx-2.1.0/src/blocxx/IstreamBufIterator.hpp
|
||
|
===================================================================
|
||
|
--- blocxx-2.1.0.orig/src/blocxx/IstreamBufIterator.hpp
|
||
|
+++ blocxx-2.1.0/src/blocxx/IstreamBufIterator.hpp
|
||
|
@@ -43,6 +43,7 @@
|
||
|
#else
|
||
|
#include <iostream>
|
||
|
#endif
|
||
|
+#include <cstdio>
|
||
|
|
||
|
|
||
|
namespace BLOCXX_NAMESPACE
|
||
|
|