1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Move math.h includes into .cc files

This commit is contained in:
dmiller
2015-06-23 00:09:01 +00:00
parent 6a38678b56
commit cfe8893304
5 changed files with 7 additions and 1 deletions

View File

@@ -136,6 +136,7 @@
#include "struct_ip.h"
#include <list>
#include <math.h>
extern NmapOps o;