Tests: Added missing include

This commit is contained in:
Paul Beckingham 2016-03-17 17:31:31 -04:00
parent 0043737767
commit efa1e54c80

View file

@ -28,6 +28,7 @@
#include <Grammar.h>
#include <test.h>
#include <iostream>
#include <algorithm>
////////////////////////////////////////////////////////////////////////////////
void testBadGrammarFile (UnitTest& t, File& file)