summaryrefslogtreecommitdiff
path: root/src/ingestor.hpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-09-13 13:24:23 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-09-13 13:24:23 +0100
commit84bd17328a4dc027e689ca7b2a85744d6e2b7cf5 (patch)
treee1d2e7c0f5b26500715c8cb17a12a391afc032b8 /src/ingestor.hpp
parent55439681e7a45489e5a77c2d6169f4b722525c96 (diff)
downloadwebstat-84bd17328a4dc027e689ca7b2a85744d6e2b7cf5.tar.bz2
webstat-84bd17328a4dc027e689ca7b2a85744d6e2b7cf5.tar.xz
webstat-84bd17328a4dc027e689ca7b2a85744d6e2b7cf5.zip
Create and perform UA lookup curl op when new user agent is encountered
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r--src/ingestor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp
index b55886e..a0dd1b9 100644
--- a/src/ingestor.hpp
+++ b/src/ingestor.hpp
@@ -1,7 +1,7 @@
#pragma once
+#include "curlOp.hpp"
#include "logTypes.hpp"
-#include "uaLookup.hpp"
#include <c++11Helpers.h>
#include <connectionPool.h>
#include <connection_fwd.h>