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:
Echo J 2024-11-04 16:41:47 +02:00
parent e270bf652c
commit 33c1ec00d6
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,5 @@
#include "SVF.h"
#include <cstdint>
#include <algorithm>
#include <map>

View file

@ -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();
};
};