mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
guard against redefinition compile errors
This commit is contained in:
parent
e336eeb7a5
commit
6d386d1638
1 changed files with 5 additions and 0 deletions
|
@ -1,7 +1,12 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#ifndef __STDC_LIMIT_MACROS
|
||||||
#define __STDC_LIMIT_MACROS
|
#define __STDC_LIMIT_MACROS
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __STDC_CONSTANT_MACROS
|
||||||
#define __STDC_CONSTANT_MACROS
|
#define __STDC_CONSTANT_MACROS
|
||||||
|
#endif
|
||||||
|
|
||||||
// #include <string>
|
// #include <string>
|
||||||
// #include <map>
|
// #include <map>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue