Add missing header.

This commit is contained in:
joevt 2022-12-24 20:36:22 -08:00
parent 1b221bc0bd
commit f2db6bd066
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <cinttypes>
#include <fstream>
#include <cstring>
#include <string>
PCIDevice::PCIDevice(std::string name)