mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
10 lines
179 B
C++
10 lines
179 B
C++
--- awl/slider.cpp.orig 2023-08-03 19:28:45 UTC
|
|
+++ awl/slider.cpp
|
|
@@ -23,6 +23,7 @@
|
|
#include "awl/slider.h"
|
|
|
|
#include <QPainter>
|
|
+#include <QPainterPath>
|
|
|
|
namespace Awl {
|
|
|