Skip to content

Commit ddaa897

Browse files
authored
chore: Add string.h dependency to hello-cpp-client. (#118)
1 parent ce1f537 commit ddaa897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/hello-cpp-client/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <launchdarkly/context_builder.hpp>
33

44
#include <iostream>
5+
#include <cstring>
56

67
// Set MOBILE_KEY to your LaunchDarkly mobile key.
78
#define MOBILE_KEY ""

0 commit comments

Comments
 (0)