Make SimpleLexer example work with Visual C++ 19.41.34120.

This commit is contained in:
Neil Hodgson 2024-08-29 17:50:32 +10:00
parent b1377e2b0f
commit bea09bfa94

View File

@ -27,6 +27,7 @@ style.simple.1=fore:#FF0000
#include <string.h>
#include <assert.h>
#include <string>
#include <string_view>
#include "ILexer.h"