[#4237] Added missing header
Some checks failed
CodeQL / Analyze (cpp) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

This commit is contained in:
Francis Dupont
2025-11-27 16:23:53 +01:00
parent 1ef4e0fed9
commit e0995747cb

View File

@@ -12,6 +12,7 @@
#include <util/unittests/interprocess_util.h>
#include <gtest/gtest.h>
#include <unistd.h>
#include <sys/wait.h>
using namespace std;
using namespace isc::log::interprocess;