From 18aaf588ab55dfef5556e27ab69491f4c77ad303 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 30 Apr 2007 12:20:58 +0000 Subject: Added use of boost::optional<> to amount.h --- src/system.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/system.hh') diff --git a/src/system.hh b/src/system.hh index a1c686c0..ce7a71be 100644 --- a/src/system.hh +++ b/src/system.hh @@ -82,7 +82,7 @@ namespace std { #define HAVE_GDTOA 1 #ifdef HAVE_GDTOA -#include +#include "gdtoa.h" #endif extern "C" { -- cgit v1.2.3