diff options
Diffstat (limited to 'games/asc/files/patch-source::ai::ai_common.h')
-rw-r--r-- | games/asc/files/patch-source::ai::ai_common.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/asc/files/patch-source::ai::ai_common.h b/games/asc/files/patch-source::ai::ai_common.h new file mode 100644 index 000000000000..8ca11460c2a7 --- /dev/null +++ b/games/asc/files/patch-source::ai::ai_common.h @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- source/ai/ai_common.h 2001/04/11 09:18:02 1.1 ++++ source/ai/ai_common.h 2001/04/11 09:18:09 +@@ -25,6 +25,7 @@ + #include <math.h> + #include <algorithm> + #include <memory> ++#include <machine/float.h> + + #include "ai.h" + |