If Python is not in use, global includes session

This commit is contained in:
John Wiegley 2009-03-05 16:55:46 -04:00
parent 5f3e5f5b7c
commit 17cbb9d210

View file

@ -32,6 +32,8 @@
#include "global.h"
#if defined(HAVE_BOOST_PYTHON)
#include "pyinterp.h"
#else
#include "session.h"
#endif
#include "item.h"
#include "journal.h"