Compilation fix

This commit is contained in:
emanuele-f 2019-04-24 19:21:16 +02:00
parent 6ea942715b
commit aa891e88b8

View file

@ -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"