Bug fix: Didn't compile on Debian, missing #include
This commit is contained in:
parent
3ba83b6620
commit
b8c7543149
|
@ -21,9 +21,10 @@
|
|||
// the code for a known configuration, it generates the code for each configuration.
|
||||
|
||||
|
||||
#include <cstring>
|
||||
#include "testsuite.h"
|
||||
#define UNIT_TESTING // Get access to "private" data in Tokenizer
|
||||
#include "tokenize.h"
|
||||
#include "tokenize.h"
|
||||
|
||||
extern std::ostringstream errout;
|
||||
class TestTokenizer : public TestFixture
|
||||
|
|
Loading…
Reference in New Issue