Skip to content

Commit

Permalink
Make sure istream is seen as a type in the Scanner class.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartVandewoestyne committed Feb 13, 2024
1 parent 7c0dbfe commit 85f8812
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Structural_Patterns/Facade/Scanner.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#ifndef SCANNER_H
#define SCANNER_H

#include <istream>
using std::istream;

class Token;

class Scanner {
Expand Down

0 comments on commit 85f8812

Please sign in to comment.