summaryrefslogtreecommitdiff
path: root/games-roguelike/dwarf-fortress/files/dwarf-fortress-0.47.05-missing-cmath.patch
blob: a3028764afac13f2a90dcb2c2364be7c10d9d6c7 (plain)
1
2
3
4
5
6
7
8
Fixes compilation due to missing <cmath> header required in this file.

--- a/g_src/ttf_manager.cpp
+++ b/g_src/ttf_manager.cpp
@@ -2,2 +2,3 @@
 #include "init.h"
+#include <cmath>
 #include <iostream>