mirror of
https://github.com/CookiePLMonster/SilentPatch.git
synced 2024-12-28 14:53:01 +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
de2536a984
commit
44b9f507cf
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
#include "SVF.h"
|
||||
|
||||
#include <cstdint>
|
||||
#include <algorithm>
|
||||
#include <map>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
|
||||
|
@ -60,4 +61,4 @@ namespace SVF
|
|||
|
||||
void RegisterGetModelInfoCB(void*(*func)(const char*, int*));
|
||||
void MarkModelNamesReady();
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue