Skip to content

Commit

Permalink
sources reorg: missing include to resolve modules link error
Browse files Browse the repository at this point in the history
  • Loading branch information
superg committed Dec 8, 2023
1 parent cee4e26 commit a4ebba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hash.ixx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module;
#include <filesystem>
#include <fstream>
#include <list>
#include <vector>
#include "throw_line.hh"

Expand Down
1 change: 1 addition & 0 deletions skeleton.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module;
#include <algorithm>
#include <filesystem>
#include <fstream>
#include <list>
#include <string>
#include <utility>
#include <vector>
Expand Down

0 comments on commit a4ebba1

Please sign in to comment.