mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 14:42:01 -07:00
Unbreak CrashReporter on FreeBSD (#1589)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "Vector2D.hpp"
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
Vector2D::Vector2D(double xx, double yy) {
|
||||
x = xx;
|
||||
|
Reference in New Issue
Block a user