Fixes to make it build on OSX with old gear. I have an ancient OSX laptop that uses Clang 14 and it actuall works there. Amazing.

This commit is contained in:
Zed A. Shaw 2024-10-13 14:01:18 -04:00
parent b9c27cd6ba
commit 86c98c43c2
5 changed files with 14 additions and 6 deletions

View file

@ -1,6 +1,7 @@
#include "map.hpp"
#include "dbc.hpp"
#include <vector>
#include <array>
#include <fmt/core.h>
#include "rand.hpp"
#include <utility>