Unbreak CrashReporter on FreeBSD (#1589)

This commit is contained in:
Jan Beich
2023-02-20 14:15:15 +00:00
committed by GitHub
parent 784cdd7638
commit 474ada9267
6 changed files with 49 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#include "Vector2D.hpp"
#include <algorithm>
#include <cmath>
Vector2D::Vector2D(double xx, double yy) {
x = xx;