Add required includes for gcc.

This commit is contained in:
Maxim Poliakovski 2022-02-17 00:50:37 +01:00
parent b39e884d61
commit 689fe51d80
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <memaccess.h>
#include <cinttypes>
#include <cstring>
#include <fstream>
#include <string>

View File

@ -22,9 +22,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <loguru.hpp>
#include <cinttypes>
#include <string>
#include <limits>
#include <map>
#include <memory>
#include <string>
#include <vector>
#ifndef MACHINE_PROPERTIES_H