Skip to content

Commit

Permalink
Add missing includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Apr 16, 2024
1 parent 165a23d commit e12dfb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FilenameWord.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include "Filename.h"

#include <variant>

#include "VariableReference.h"


Expand Down
1 change: 1 addition & 0 deletions src/Word.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 <string>
#include <variant>
#include <vector>
#include <unordered_set>

Expand Down

0 comments on commit e12dfb3

Please sign in to comment.