mirror of
https://github.com/zebrajr/SamRewritten.git
synced 2025-12-06 00:19:47 +01:00
[fix] Not building after update (#151)
adding a cstdint include to fix some builds
This commit is contained in:
parent
8e8b7347b1
commit
2762330a2d
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
// Mix them with bitwise operators
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user