Skip to content

Commit 9d1737f

Browse files
committed
Build fix
1 parent 5731e64 commit 9d1737f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/Cpp/runtime/src/ANTLRInputStream.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* can be found in the LICENSE.txt file in the project root.
44
*/
55

6+
#include <string.h>
7+
68
#include "Exceptions.h"
79
#include "misc/Interval.h"
810
#include "IntStream.h"

0 commit comments

Comments
 (0)