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 | af103123a90eaf34437b7979eee2579bab8b4b36 (patch) | |
tree | fbf6219eb7b38cd41b2fbc2544dc2410f2df13cf /inc/definitions.h | |
parent | a69b57c4e850e55167424d890a7a2e7a46460e71 (diff) |
before error with catch crashing with global singleton logger
Diffstat (limited to 'inc/definitions.h')
-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> /** |