From 797e70fa583bf0d7598ba22ec2e593d8363f7436 Mon Sep 17 00:00:00 2001
From: Tim Blechmann <tim@klingt.org>
Date: Wed, 20 Aug 2008 10:41:02 +0200
Subject: [PATCH] [boost.test] gcc-4.4 fix
---
libs/boost/boost/test/impl/debug.ipp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libs/boost/boost/test/impl/debug.ipp b/libs/boost/boost/test/impl/debug.ipp
index 3f65133..7b7d350 100644
a
|
b
|
|
23 | 23 | #include <boost/test/debug.hpp> |
24 | 24 | #include <boost/test/debug_config.hpp> |
25 | 25 | |
| 26 | #include <cstdio> // std::sscanf |
| 27 | |
26 | 28 | // Implementation in windows |
27 | 29 | #if defined(_WIN32) && !defined(UNDER_CE) && !defined(BOOST_DISABLE_WIN32) // ******* WIN32 |
28 | 30 | |