summaryrefslogtreecommitdiff
blob: d8105ce78bb4ad3b2a0fc28a738821098c845ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -Naurp nmap-4.75-orig/nmap_dns.h nmap-4.75/nmap_dns.h
--- nmap-4.75-orig/nmap_dns.h	2008-09-09 08:51:59.000000000 +0200
+++ nmap-4.75/nmap_dns.h	2008-09-09 08:52:19.000000000 +0200
@@ -95,6 +95,9 @@
  *                                                                         *
  ***************************************************************************/
 
+#include <list>
+#include <string>
+
 class Target;
 
 void nmap_mass_rdns(Target ** targets, int num_targets);