Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > d3a8f2dcdcf5c46821d27138d561c72c > files > 2

ember-0.5.6-5.fc13.src.rpm

commit 7aa761a5c8c5008c86bcf781649dc0af09013a92
Author: Alexey Torkhov <atorkhov@gmail.com>
Date:   Mon Apr 27 11:19:32 2009 +0400

    Fix for gcc 4.4.

diff --git a/src/framework/Log.cpp b/src/framework/Log.cpp
index e485adb..5528686 100644
--- a/src/framework/Log.cpp
+++ b/src/framework/Log.cpp
@@ -28,6 +28,7 @@
 #include "LogObserver.h"
 #include "LoggingInstance.h"
 #include <algorithm>
+#include <cstdio>
 
 
 
diff --git a/src/framework/LoggingInstance.cpp b/src/framework/LoggingInstance.cpp
index 4565dfc..bd566cd 100644
--- a/src/framework/LoggingInstance.cpp
+++ b/src/framework/LoggingInstance.cpp
@@ -26,6 +26,7 @@
 
 #include "LoggingInstance.h"
 #include <sstream>
+#include <cstdio>
 
 namespace Ember {