manage stl includes

This commit is contained in:
Garux
2021-10-31 12:38:53 +03:00
parent 512f0a959b
commit b0b997e493
73 changed files with 120 additions and 126 deletions

View File

@@ -33,7 +33,7 @@
#elif ( defined ( __i386__ ) || defined ( __x86_64__ ) ) && defined ( __GNUC__ ) && __GNUC__ >= 2
#define DEBUGGER_BREAKPOINT() __asm__ __volatile__ ( "int $03" )
#else
#include <signal.h>
#include <csignal>
#define DEBUGGER_BREAKPOINT() raise( SIGTRAP );
#endif