]> git.stg.codes - stg.git/commitdiff
Add missing include.
authorMaksym Mamontov <madf@madf.info>
Mon, 24 Feb 2020 16:24:48 +0000 (18:24 +0200)
committerMaksym Mamontov <madf@madf.info>
Mon, 24 Feb 2020 16:24:48 +0000 (18:24 +0200)
stargazer/plugins/capture/divert_freebsd/divert_cap.cpp

index 6019fa4b6dc6d45f46bb4fb2021d1844ee4fac44..0688150d953949b3316c9c4608ca399eef204344 100644 (file)
@@ -25,8 +25,9 @@ $Date: 2010/09/10 06:43:03 $
 
 #include "divert_cap.h"
 
-#include "stg/common.h"
 #include "stg/traffcounter.h"
+#include "stg/raw_ip_packet.h"
+#include "stg/common.h"
 
 #include <algorithm>
 #include <vector>