From dc6fcb4be1e5dbe713f49369f0c31b06356d16f4 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 23 Jun 2015 00:09:07 +0000 Subject: [PATCH] Fix build breakage on Windows due to missing nbase.h include --- NmapOutputTable.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NmapOutputTable.h b/NmapOutputTable.h index ec6d6918d..0244bb97e 100644 --- a/NmapOutputTable.h +++ b/NmapOutputTable.h @@ -128,9 +128,10 @@ /* Keep assert() defined for security reasons */ #undef NDEBUG - #include +#include "nbase.h" /* __attribute__ */ + /********************** DEFINES/ENUMS ***********************************/ /********************** STRUCTURES ***********************************/