aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-02 19:35:10 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-03 14:25:58 +0000
commit3e60354bf2a2ad7e7fa81fe8107f3ce24e098287 (patch)
tree385a30b0529d6412b546937d85791d823567bebf /executor/executor.cc
parenta3ce1723b2f8f690652d181a96344ab9b1c438a4 (diff)
executor: make flatrpc build for C++
Diffstat (limited to 'executor/executor.cc')
-rw-r--r--executor/executor.cc3
1 files changed, 3 insertions, 0 deletions
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 <algorithm>
#include <errno.h>
#include <limits.h>