From aa891e88b846c9612dca90651f65cbf48be76754 Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Wed, 24 Apr 2019 19:21:16 +0200 Subject: [PATCH] Compilation fix --- include/ntop_includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ntop_includes.h b/include/ntop_includes.h index 6385355b9d..0d0de6a085 100644 --- a/include/ntop_includes.h +++ b/include/ntop_includes.h @@ -194,6 +194,7 @@ using namespace std; #include "CustomAppStats.h" #endif #include "GenericTrafficElement.h" +#include "ContainerStats.h" #ifdef NTOPNG_PRO #include "Profile.h" @@ -206,7 +207,6 @@ using namespace std; #include "CounterTrend.h" #include "LRUMacIP.h" #include "FlowInterfacesStats.h" -#include "ContainerStats.h" #include "HostPoolStats.h" #ifdef HAVE_LDAP #include "LdapAuthenticator.h"