Skip to content

Commit

Permalink
fix client-side contract test build
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Nov 14, 2023
1 parent 6d0f831 commit 2475f7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contract-tests/client-contract-tests/src/entity_manager.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#include "entity_manager.hpp"
#include <boost/json/parse.hpp>

#include <launchdarkly/config/client.hpp>
#include <launchdarkly/context_builder.hpp>
#include <launchdarkly/serialization/json_context.hpp>

#include <boost/json.hpp>

using launchdarkly::LogLevel;
using namespace launchdarkly::client_side;

Expand Down

0 comments on commit 2475f7b

Please sign in to comment.