1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

guard against redefinition compile errors

This commit is contained in:
flying-dude 2022-08-15 15:59:30 +02:00
parent e336eeb7a5
commit 6d386d1638
No known key found for this signature in database

View file

@ -1,7 +1,12 @@
#pragma once
#ifndef __STDC_LIMIT_MACROS
#define __STDC_LIMIT_MACROS
#endif
#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS
#endif
// #include <string>
// #include <map>