From 7278b7f40ec87dd0eeb77e199dbe8669ec159996 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Tue, 30 Sep 2025 12:03:27 -0700 Subject: [PATCH] fixup! Reworked initialization of globals for -O gen-standalone-C++ code --- src/script_opt/CPP/InitsInfo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script_opt/CPP/InitsInfo.cc b/src/script_opt/CPP/InitsInfo.cc index 8df4a60e8e..f1731e9d31 100644 --- a/src/script_opt/CPP/InitsInfo.cc +++ b/src/script_opt/CPP/InitsInfo.cc @@ -8,7 +8,7 @@ #include "zeek/script_opt/CPP/AttrExprType.h" #include "zeek/script_opt/CPP/Compile.h" #include "zeek/script_opt/CPP/RuntimeInits.h" -#include "zeek/script_opt/IdOptInfo.h" +#include "zeek/script_opt/IDOptInfo.h" using namespace std;