This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new cbd80dfb2e include swoc/bwf_base.h so templates work (#11052)
cbd80dfb2e is described below
commit cbd80dfb2e4d3337ae37256f39b3738f7897d510
Author: Chris McFarlen <[email protected]>
AuthorDate: Wed Feb 7 14:08:38 2024 -0600
include swoc/bwf_base.h so templates work (#11052)
---
plugins/cache_promote/policy.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/cache_promote/policy.cc b/plugins/cache_promote/policy.cc
index cf20d9f0b6..17345ac679 100644
--- a/plugins/cache_promote/policy.cc
+++ b/plugins/cache_promote/policy.cc
@@ -15,6 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
+#include "swoc/bwf_base.h"
#include "swoc/BufferWriter.h"
#include "tscore/Random.h"
#include "policy.h"