This commit is contained in:
Ben Beasley 2023-01-26 09:30:39 -05:00 committed by GitHub
commit b259dd3da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#pragma once
#include <cstdint>
#include "common/common.h"
#include "common/stdstring.h"

View File

@ -18,6 +18,7 @@
#ifndef BARRIER_LIB_NET_FINGERPRINT_DATA_H
#define BARRIER_LIB_NET_FINGERPRINT_DATA_H
#include <cstdint>
#include <string>
#include <vector>