Add missing #include directives needed for GCC 13
This commit is contained in:
parent
653e4badeb
commit
d376d23d53
|
@ -18,6 +18,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include "common/common.h"
|
#include "common/common.h"
|
||||||
#include "common/stdstring.h"
|
#include "common/stdstring.h"
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
#ifndef BARRIER_LIB_NET_FINGERPRINT_DATA_H
|
#ifndef BARRIER_LIB_NET_FINGERPRINT_DATA_H
|
||||||
#define BARRIER_LIB_NET_FINGERPRINT_DATA_H
|
#define BARRIER_LIB_NET_FINGERPRINT_DATA_H
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue