If Python is not in use, global includes session
This commit is contained in:
parent
5f3e5f5b7c
commit
17cbb9d210
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#if defined(HAVE_BOOST_PYTHON)
|
#if defined(HAVE_BOOST_PYTHON)
|
||||||
#include "pyinterp.h"
|
#include "pyinterp.h"
|
||||||
|
#else
|
||||||
|
#include "session.h"
|
||||||
#endif
|
#endif
|
||||||
#include "item.h"
|
#include "item.h"
|
||||||
#include "journal.h"
|
#include "journal.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue