1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-27 16:49:01 +00:00

Use forward-declaration of class FingerPrintResults in Target.h

This commit is contained in:
dmiller
2015-06-30 04:04:51 +00:00
parent 80f8eb6bce
commit 5e47450bdc
9 changed files with 10 additions and 1 deletions

View File

@@ -129,6 +129,7 @@
#endif
#include "Target.h"
#include "FingerPrintResults.h" /* for ~FingerPrintResults() */
#include <dnet.h>
#include "nbase.h"
#include "NmapOps.h"