diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-23 17:55:23 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-23 17:55:23 -0400 |
commit | 8e50706d1ea96fea82d3c89ec6ccedbe2474a55f (patch) | |
tree | cc2395f2195bfa4d67181738e0952712966a0f15 /src | |
parent | c1bbc9c991fb34114852369339f86bf0ce5ec3ab (diff) | |
download | fork-ledger-8e50706d1ea96fea82d3c89ec6ccedbe2474a55f.tar.gz fork-ledger-8e50706d1ea96fea82d3c89ec6ccedbe2474a55f.tar.bz2 fork-ledger-8e50706d1ea96fea82d3c89ec6ccedbe2474a55f.zip |
Include gdtoa.h if it's being used.
Diffstat (limited to 'src')
-rw-r--r-- | src/amount.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/amount.cc b/src/amount.cc index 591b0901..6e0af790 100644 --- a/src/amount.cc +++ b/src/amount.cc @@ -43,6 +43,9 @@ #include "amount.h" #include "binary.h" +#ifdef HAVE_GDTOA +#include "gdtoa.h" +#endif namespace ledger { |