Skip to content

Commit

Permalink
tests: add <algorithm> header to logging_c_binding_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Jun 17, 2024
1 parent 2e19e22 commit 91bc99b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/internal/tests/ld_logger_test.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
#include <gtest/gtest.h>

#include <launchdarkly/logging/console_backend.hpp>
#include <launchdarkly/logging/logger.hpp>

#include "ostream_tester.hpp"

#include <algorithm>

using launchdarkly::Logger;
using launchdarkly::LogLevel;
using launchdarkly::logging::ConsoleBackend;
Expand Down

0 comments on commit 91bc99b

Please sign in to comment.