diff options
author | bd <bdunahu@operationnull.com> | 2025-03-10 20:55:21 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-10 20:55:21 -0400 |
commit | 25d6d41af95cc2a2db3ba2651e5d784413c7058f (patch) | |
tree | fbf6219eb7b38cd41b2fbc2544dc2410f2df13cf /inc | |
parent | d16bb09d1e3bc79f94a7fcc43153fceb00af0df9 (diff) |
before error with catch crashing with global singleton logger
Diffstat (limited to 'inc')
-rw-r--r-- | inc/definitions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/definitions.h b/inc/definitions.h index 8cafab3..98c4575 100644 --- a/inc/definitions.h +++ b/inc/definitions.h @@ -1,5 +1,6 @@ #ifndef DEFINITIONS_H #define DEFINITIONS_H +#include "logger.h" #include <cmath> /** |