diff options
author | John Wiegley <johnw@newartisans.com> | 2009-03-10 17:02:03 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-03-10 17:02:03 -0400 |
commit | 110f0b8023a8d6acdbfebff5d3c5521e52f3ac3b (patch) | |
tree | 01bccaaec7b9cd5b4c924bdf6ae3e5f3eff406e0 /test/unit/t_amount.cc | |
parent | 4f62bb17c1d6e88d903e1a20015b0f71d5f96cc4 (diff) | |
download | fork-ledger-110f0b8023a8d6acdbfebff5d3c5521e52f3ac3b.tar.gz fork-ledger-110f0b8023a8d6acdbfebff5d3c5521e52f3ac3b.tar.bz2 fork-ledger-110f0b8023a8d6acdbfebff5d3c5521e52f3ac3b.zip |
Enabled use of pre-compiled headers by default
Diffstat (limited to 'test/unit/t_amount.cc')
-rw-r--r-- | test/unit/t_amount.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/t_amount.cc b/test/unit/t_amount.cc index 05505fda..8aa67137 100644 --- a/test/unit/t_amount.cc +++ b/test/unit/t_amount.cc @@ -1,3 +1,5 @@ +#include <system.hh> + #include "t_amount.h" #include "amount.h" |