Skip to content

Commit

Permalink
common: Include cstdint
Browse files Browse the repository at this point in the history
This fixes a compile error
  • Loading branch information
doclic authored and JJL772 committed May 7, 2023
1 parent c8450f1 commit 09d03a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*/
#pragma once

#include <cstdint>
#include <cstring>
#include <fstream>
#include <string>
Expand Down

0 comments on commit 09d03a0

Please sign in to comment.