Include gdtoa.h if it's being used.

This commit is contained in:
John Wiegley 2009-01-23 17:55:23 -04:00
parent c1bbc9c991
commit 8e50706d1e

View file

@ -43,6 +43,9 @@
#include "amount.h"
#include "binary.h"
#ifdef HAVE_GDTOA
#include "gdtoa.h"
#endif
namespace ledger {