mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 04:19:10 -04:00
Add some missing includes
This commit is contained in:
parent
56df996f30
commit
c3d79a41c4
@ -24,6 +24,8 @@
|
||||
#include <cstddef>
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "dwarfs/error.h"
|
||||
|
||||
|
@ -22,6 +22,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
namespace dwarfs {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user