Add some missing includes

This commit is contained in:
Marcus Holland-Moritz 2023-07-12 14:03:52 +02:00
parent 56df996f30
commit c3d79a41c4
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@
#include <cstddef>
#include <memory>
#include <stdexcept>
#include <string>
#include <vector>
#include "dwarfs/error.h"

View File

@ -22,6 +22,8 @@
#pragma once
#include <cstdint>
#include <iostream>
#include <string>
namespace dwarfs {