mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
11 lines
313 B
C++
11 lines
313 B
C++
--- vstgui4/vstgui/lib/vstguibase.h.orig 2021-03-22 20:04:22 UTC
|
|
+++ vstgui4/vstgui/lib/vstguibase.h
|
|
@@ -134,7 +134,7 @@
|
|
using std::min;
|
|
using std::max;
|
|
|
|
-#elif defined(__linux__)
|
|
+#elif defined(__linux__) || defined(__FreeBSD__)
|
|
#include <cstdint>
|
|
#include <type_traits>
|
|
#include <algorithm>
|