]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/XactionInitiator.cc
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / XactionInitiator.cc
index 31e4cc4bbbb2cc2872b761af1557eb94556a4c14..73a257d0da39c164452ee48495c41afde381b2d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -8,9 +8,12 @@
 
 #include "squid.h"
 #include "cache_cf.h"
-#include "Debug.h"
+#include "debug/Stream.h"
 #include "XactionInitiator.h"
 
+#include <map>
+#include <string>
+
 XactionInitiator::Initiators
 XactionInitiator::ParseInitiators(const char *name)
 {
@@ -41,3 +44,4 @@ XactionInitiator::ParseInitiators(const char *name)
     self_destruct();
     return 0;
 }
+