Skip to content

Commit

Permalink
Add missing includes, update foundation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Dec 21, 2023
1 parent a10c999 commit 45b679c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foundation
Submodule foundation updated 2 files
+1 −1 lib/Util.cc
+1 −1 lib/Util.h
3 changes: 2 additions & 1 deletion src/Text.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define TEXT_H

#include <string>
#include <unordered_set>
#include <vector>

#include "Tokenizer.h"
#include <unordered_set>

class File;
class Variable;
Expand Down
1 change: 1 addition & 0 deletions src/Tokenizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include <filesystem>
#include <fstream>
#include <optional>
#include <string>

class Tokenizer {
Expand Down

0 comments on commit 45b679c

Please sign in to comment.