diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-25 00:30:01 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-26 16:38:31 +0100 |
commit | 96ad38533191a128424a4bbeb5c8d7ddd61a7fc3 (patch) | |
tree | da208c6aa19fdcd5f91ee9ec5e1f2296cd336c2d /src/ui/SnackBar.cpp | |
parent | Set prefix path explicitly on osx (diff) | |
download | nheko-96ad38533191a128424a4bbeb5c8d7ddd61a7fc3.tar.xz |
Fix misc ci errors
Diffstat (limited to '')
-rw-r--r-- | src/ui/SnackBar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/SnackBar.cpp b/src/ui/SnackBar.cpp index 8a05d937..5daa697e 100644 --- a/src/ui/SnackBar.cpp +++ b/src/ui/SnackBar.cpp @@ -1,6 +1,6 @@ #include <QPainter> -#include <tweeny/tweeny.h> +#include <tweeny.h> #include "SnackBar.h" |