Added missing include for std::thread for Netflow code

This commit is contained in:
Pavel Odintsov 2020-08-29 13:51:36 +01:00
parent db79cfb259
commit c3b04103cc

@ -11,6 +11,7 @@
#include <fstream>
#include <map>
#include <vector>
#include <mutex>
#include "../fast_library.h"
#include "../ipfix_rfc.h"