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 /src/main.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 'src/main.cc')
-rw-r--r-- | src/main.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc index c203a2de..c9a922af 100644 --- a/src/main.cc +++ b/src/main.cc @@ -29,6 +29,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include <system.hh> + #include "global.h" // This is where the meat of main() is, which // was moved there for the sake of clarity here #include "session.h" |