Skip to content

Commit

Permalink
Add missing headers (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsh authored Oct 29, 2024
1 parent e4848ad commit 288f3c4
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions analyzers/sync.ixx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module;
#include <cstdint>
#include <utility>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions cd/cd_dump.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module;
#include <algorithm>
#include <bit>
#include <cstdint>
#include <cstring>
#include <filesystem>
#include <format>
#include <fstream>
Expand Down
1 change: 1 addition & 0 deletions cd/fix_msf.ixx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module;

#include <cstring>
#include <filesystem>
#include <fstream>
#include <list>
Expand Down
1 change: 1 addition & 0 deletions cd/split.ixx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module;
#include <chrono>
#include <cstring>
#include <filesystem>
#include <fstream>
#include <limits>
Expand Down
2 changes: 2 additions & 0 deletions cd/toc.ixx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module;
#include <cctype>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <format>
#include <map>
#include <ostream>
Expand Down
1 change: 1 addition & 0 deletions debug.ixx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module;
#include <bit>
#include <cstdint>
#include <cstring>
#include <filesystem>
#include <fstream>
#include <map>
Expand Down
1 change: 1 addition & 0 deletions drive.ixx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module;
#include <chrono>
#include <cstdint>
#include <cstring>
#include <format>
#include <fstream>
#include <iostream>
Expand Down
1 change: 1 addition & 0 deletions dump.ixx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module;
#include <algorithm>
#include <cstring>
#include <filesystem>
#include <format>
#include <fstream>
Expand Down
1 change: 1 addition & 0 deletions dvd/css/css.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

module;
#include <algorithm>
#include <cstring>
#include <vector>
#include "throw_line.hh"

Expand Down
1 change: 1 addition & 0 deletions dvd/dvd_key.ixx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module;
#include <algorithm>
#include <climits>
#include <cstdint>
#include <filesystem>
#include <fstream>
Expand Down
1 change: 1 addition & 0 deletions filesystem/iso9660/iso9660_browser.ixx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module;
#include <cstdint>
#include <cstring>
#include <functional>
#include <memory>
#include <queue>
Expand Down
1 change: 1 addition & 0 deletions filesystem/iso9660/iso9660_map.ixx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module;
#include <cstdint>
#include <cstring>
#include <map>
#include <vector>
#include "throw_line.hh"
Expand Down
1 change: 1 addition & 0 deletions readers/image_bin_form1_reader.ixx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module;
#include <cstdint>
#include <cstring>
#include <filesystem>
#include <fstream>
#include "utils/throw_line.hh"
Expand Down
1 change: 1 addition & 0 deletions scsi/cmd.ixx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module;
#include <cstdint>
#include <cstring>
#include <format>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions skeleton.ixx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module;

#include <algorithm>
#include <cstring>
#include <filesystem>
#include <fstream>
#include <list>
Expand Down
1 change: 1 addition & 0 deletions systems/dc.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module;

#include <cctype>
#include <cstdint>
#include <cstring>
#include <filesystem>
#include <format>
#include <fstream>
Expand Down
1 change: 1 addition & 0 deletions systems/mcd.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module;

#include <cctype>
#include <cstdint>
#include <cstring>
#include <filesystem>
#include <format>
#include <fstream>
Expand Down
1 change: 1 addition & 0 deletions systems/sat.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module;

#include <cctype>
#include <cstdint>
#include <cstring>
#include <filesystem>
#include <format>
#include <fstream>
Expand Down
1 change: 1 addition & 0 deletions utils/misc.ixx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module;
#include <climits>
#include <cmath>
#include <cstdint>
#include <cstring>
#include <functional>
#include <iomanip>
#include <map>
Expand Down

0 comments on commit 288f3c4

Please sign in to comment.