diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-24 02:11:32 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-24 02:11:32 -0400 |
commit | 1fd37a432d060a08254ecb1a9129050563075140 (patch) | |
tree | f80ee5bf2b780f315348c2767150b9643e9d9488 /error.h | |
parent | 73e2abd1b2e2bacbd353999a7b3edd95a04112c4 (diff) | |
download | ledger-1fd37a432d060a08254ecb1a9129050563075140.tar.gz ledger-1fd37a432d060a08254ecb1a9129050563075140.tar.bz2 ledger-1fd37a432d060a08254ecb1a9129050563075140.zip |
cleanup; fully switched to autoconf -- use scripts/acprep
Diffstat (limited to 'error.h')
-rw-r--r-- | error.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ #include <exception> #include <string> +#include <sstream> namespace ledger { |