Skip to content

Commit

Permalink
Fixes for gcc 13
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Sep 25, 2023
1 parent b3f475c commit 85c9f21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/devices/cd_track.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#pragma once

#include <cstdint>
#include <string>

using namespace std;
Expand Down
1 change: 1 addition & 0 deletions cpp/devices/disk_track.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#pragma once

#include <cstdlib>
#include <cstdint>
#include <span>
#include <vector>
#include <string>
Expand Down
1 change: 1 addition & 0 deletions cpp/devices/scsi_command_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#pragma once

#include "shared/scsi.h"
#include <cstdint>
#include <cassert>
#include <span>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions cpp/hal/data_sample.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#pragma once

#include "shared/scsi.h"
#include <cstdint>
#include <string>

using namespace scsi_defs;
Expand Down

0 comments on commit 85c9f21

Please sign in to comment.