Skip to content

Commit 895463a

Browse files
committed
add missing <string> include
This appears to be tripping up Windows builds: ``` ERROR: D:/a/proxy-wasm-cpp-host/proxy-wasm-cpp-host/BUILD:64:11: Compiling src/signature_util.cc failed: (Exit 2): cl.exe failed: error executing command (from target //:base_lib) C:\users\runneradmin\_bazel_runneradmin\dwxiuyix\execroot\proxy_wasm_cpp_host\include/proxy-wasm/signature_util.h(30): error C2039: 'string': is not a member of 'std' cd /d C:/users/runneradmin/_bazel_runneradmin/dwxiuyix/execroot/proxy_wasm_cpp_host ``` Signed-off-by: Michael Warres <[email protected]>
1 parent 2b7403d commit 895463a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/proxy-wasm/signature_util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#pragma once
1616

17+
#include <string>
1718
#include <string_view>
1819

1920
namespace proxy_wasm {

0 commit comments

Comments
 (0)