From 3e60354bf2a2ad7e7fa81fe8107f3ce24e098287 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 2 May 2024 19:35:10 +0200 Subject: executor: make flatrpc build for C++ --- executor/executor.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'executor/executor.cc') diff --git a/executor/executor.cc b/executor/executor.cc index f9ec7f1b5..6ac777ad6 100644 --- a/executor/executor.cc +++ b/executor/executor.cc @@ -3,6 +3,9 @@ // +build +// Currently this is unused (included only to test building). +#include "pkg/flatrpc/flatrpc.h" + #include #include #include -- cgit mrf-deployment