diff options
author | Saturneric <[email protected]> | 2021-07-14 17:39:46 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-14 17:39:46 +0000 |
commit | a8080780d812d455a2523fdf55f927a7c3f5fb63 (patch) | |
tree | 9dc8d2dcfc87a1d103c34e85f769d08d315ce88e /src/main.cpp | |
parent | Update Document. (diff) | |
parent | Merge pull request #12 from saturneric/develop (diff) | |
download | GpgFrontend-a8080780d812d455a2523fdf55f927a7c3f5fb63.tar.gz GpgFrontend-a8080780d812d455a2523fdf55f927a7c3f5fb63.zip |
Merge from github/main.
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 00ab2738..3e14a425 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,6 +23,7 @@ */ #include "MainWindow.h" +#include "GpgFrontendBuildInfo.h" int main(int argc, char *argv[]) { |