summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-10 05:19:26 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:58 -0400
commit0ce42d6c009f654ed7db7f717769ff9408f5c0af (patch)
tree5741b0ddfb24ef9fb6140c2e01a4ef8216a70f6a /util.h
parentff3f8e7117100ab0549f06e85ca3f076ad153626 (diff)
downloadfork-ledger-0ce42d6c009f654ed7db7f717769ff9408f5c0af.tar.gz
fork-ledger-0ce42d6c009f654ed7db7f717769ff9408f5c0af.tar.bz2
fork-ledger-0ce42d6c009f654ed7db7f717769ff9408f5c0af.zip
*** empty log message ***
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index 81be0269..d30b6f84 100644
--- a/util.h
+++ b/util.h
@@ -1,6 +1,8 @@
#ifndef _UTIL_H
#define _UTIL_H
+#include <iostream>
+
#if defined(__GNUG__) && __GNUG__ < 3
namespace std {
inline ostream & right (ostream & i) {