mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 14:57:59 +03:00
remove our stdint.h version that uses boost and force usage of system stdint.h
This commit is contained in:
parent
5539c75ef0
commit
ab224f93c9
19 changed files with 27 additions and 36 deletions
2
extern/shiny/Main/Preprocessor.hpp
vendored
2
extern/shiny/Main/Preprocessor.hpp
vendored
|
@ -1,6 +1,8 @@
|
|||
#ifndef SH_PREPROCESSOR_H
|
||||
#define SH_PREPROCESSOR_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue