mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 23:32:06 +00:00
#include <sstream> in RezLexerNextToken.cc
Fixes bug building on macOS 11.3.1 and boost 1.76.0. Evidently sstream was previously included in another header referenced by this file but now is not. The new include directive allows the project to build.
This commit is contained in:
parent
8d32c583ae
commit
1bf09c8b5f
@ -2,6 +2,7 @@
|
||||
#include "RezLexerWaveToken.h"
|
||||
#include "RezParser.generated.hh"
|
||||
#include <unordered_map>
|
||||
#include <sstream>
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user