Skip to content

Commit

Permalink
include cstdint
Browse files Browse the repository at this point in the history
  • Loading branch information
valsan-azerty-boi committed Sep 5, 2024
1 parent 98aea06 commit 57cabae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Solocraft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <iostream>
#include <vector>
#include <string>
#include <cstdint>

bool SoloCraftEnable = 1;
bool SoloCraftAnnounceModule = 1;
Expand Down
1 change: 1 addition & 0 deletions src/utils/Utils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef UTILS_H
#define UTILS_H

#include <cstdint>
#include <iostream>
#include <vector>
#include <string>
Expand Down

0 comments on commit 57cabae

Please sign in to comment.