From 9d5f9ff47daeca8afdefe903852ecb028bb40468 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Tue, 25 Jul 2023 09:47:01 -0700 Subject: [PATCH] Fix prometheus include compile error --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index d116079..ec270ea 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,6 @@ CXX=$(shell which clang++ g++ c++ 2>/dev/null | head -n 1) -INCLUDES?=-Iext/libzt/ext/ZeroTierOne/osdep +INCLUDES?=-Iext/libzt/ext/ZeroTierOne/osdep -Iext/libzt/ext/ZeroTierOne/ext/prometheus-cpp-lite-1.0/core/include -Iext/libzt/ext/ZeroTierOne/ext-prometheus-cpp-lite-1.0/3rdparty/http-client-lite/include -Iext/libzt/ext/ZeroTierOne/ext/prometheus-cpp-lite-1.0/simpleapi/include + release: git submodule update --init