One more attempt to fix GCC build.

This commit is contained in:
Maxim Poliakovski 2023-05-30 19:55:40 +02:00
parent 6f247f64cd
commit ee7b2838bc
2 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <array>
#include <cinttypes>
#include <functional>
#include <memory>
#include <string>
/** SCSI control signals.

View File

@ -27,7 +27,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <loguru.hpp>
#include <cinttypes>
#include <memory>
ScsiBus::ScsiBus(const std::string name)
{