diff options
author | 2022-06-24 17:57:54 +0530 | |
---|---|---|
committer | 2022-06-24 17:57:54 +0530 | |
commit | 14f190c03bba24aafb22f85134fb85d9b3ddf4ab (patch) | |
tree | db725d946fb4973d413bf4d971a896965d58dc79 /src/utils.cpp | |
parent | 91d0cf1138ca52d4208aad49a753122b231d8a01 (diff) | |
download | whatsie-14f190c03bba24aafb22f85134fb85d9b3ddf4ab.tar.gz whatsie-14f190c03bba24aafb22f85134fb85d9b3ddf4ab.zip |
chore: define fallback values for macros
Diffstat (limited to 'src/utils.cpp')
-rw-r--r-- | src/utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index f8e5dda..7994946 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -1,4 +1,5 @@ #include "utils.h" +#include "def.h" #include <time.h> utils::utils(QObject *parent) : QObject(parent) { setParent(parent); } |