mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-29 23:33:02 +05:00
SilentPatch: Move a header include in SVF
This makes sure the fixed-width integer types are included in SVF.h
This commit is contained in:
parent
50b1c1353d
commit
d3e5495666
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
#include "SVF.h"
|
#include "SVF.h"
|
||||||
|
|
||||||
#include <cstdint>
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue