mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-11 03:25:38 +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:
@@ -2,6 +2,7 @@
|
||||
#include "RezLexerWaveToken.h"
|
||||
#include "RezParser.generated.hh"
|
||||
#include <unordered_map>
|
||||
#include <sstream>
|
||||
|
||||
#include <boost/regex.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user