diff options
author | 2022-06-24 17:57:54 +0530 | |
---|---|---|
committer | 2022-06-24 17:57:54 +0530 | |
commit | 14f190c03bba24aafb22f85134fb85d9b3ddf4ab (patch) | |
tree | db725d946fb4973d413bf4d971a896965d58dc79 /src/main.cpp | |
parent | 91d0cf1138ca52d4208aad49a753122b231d8a01 (diff) | |
download | whatsie-14f190c03bba24aafb22f85134fb85d9b3ddf4ab.tar.gz whatsie-14f190c03bba24aafb22f85134fb85d9b3ddf4ab.zip |
chore: define fallback values for macros
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index db07711..88731a6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -7,6 +7,7 @@ #include <QtWidgets> #include "common.h" +#include "def.h" #include "mainwindow.h" #include <singleapplication.h> |