From db4ac8ea7c22fc49877e4ec9f170af852ba986df Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 15 Jul 2020 22:23:29 -0400 Subject: chore(3p/nix/worker-protocol): Add missing includes These files were always implicitly depended upon by worker-protocol.hh, but just so happened also always be included in places where the other ones were already present. We are likely getting rid of this file sooner rather than later, but in the meantime this will cause clangd to shut up while I'm editing the file. Change-Id: I0d765f8b86828b6612e5483417e452221ea3c5b1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1207 Reviewed-by: tazjin Tested-by: BuildkiteCI --- third_party/nix/src/libstore/worker-protocol.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/nix/src') diff --git a/third_party/nix/src/libstore/worker-protocol.hh b/third_party/nix/src/libstore/worker-protocol.hh index c53d079a06..663b1ff081 100644 --- a/third_party/nix/src/libstore/worker-protocol.hh +++ b/third_party/nix/src/libstore/worker-protocol.hh @@ -1,5 +1,8 @@ #pragma once +#include "libstore/store-api.hh" +#include "libutil/types.hh" + namespace nix { #define WORKER_MAGIC_1 0x6e697863 -- cgit 1.4.1