Re-expose LineStream to Python

This commit is contained in:
rdb 2015-03-31 13:07:33 +02:00
parent 889da02c8c
commit 720fdba470
2 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,7 @@ forcetype OFileStream
forcetype FileStream
forcetype IDecryptStream
forcetype OEncryptStream
forcetype LineStream
forcetype ofstream
forcetype ifstream

View File

@ -25,8 +25,9 @@
#include "configVariableList.h"
#include "configVariableFilename.h"
// Include this so interrogate can find it.
// Include these so interrogate can find them.
#include "executionEnvironment.h"
#include "lineStream.h"
#ifdef ANDROID
#include <jni.h>