diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-05-02 19:35:10 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-05-03 14:25:58 +0000 |
| commit | 3e60354bf2a2ad7e7fa81fe8107f3ce24e098287 (patch) | |
| tree | 385a30b0529d6412b546937d85791d823567bebf /executor/executor.cc | |
| parent | a3ce1723b2f8f690652d181a96344ab9b1c438a4 (diff) | |
executor: make flatrpc build for C++
Diffstat (limited to 'executor/executor.cc')
| -rw-r--r-- | executor/executor.cc | 3 |
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> |
