diff options
Diffstat (limited to 'Slimber/Qt')
-rw-r--r-- | Slimber/Qt/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Slimber/Qt/main.cpp b/Slimber/Qt/main.cpp index 0971eca..9885aec 100644 --- a/Slimber/Qt/main.cpp +++ b/Slimber/Qt/main.cpp @@ -11,7 +11,7 @@ #include "QtMenulet.h" #include "Slimber/MainController.h" -#include "Swiften/EventLoop/Qt/QtEventLoop.h" +#include <Swiften/EventLoop/Qt/QtEventLoop.h> #include "Slimber/Qt/BuildVersion.h" int main(int argc, char* argv[]) { |