Skip to content

Commit

Permalink
Refs #20823: Add the right includes
Browse files Browse the repository at this point in the history
Signed-off-by: elianalf <[email protected]>
  • Loading branch information
elianalf committed Jun 13, 2024
1 parent 51f7bc0 commit db42731
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/cpp/content_filter/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@
*
*/

#include <vector>
#include <csignal>
#include <stdexcept>
#include <thread>

#include <fastdds/dds/domain/DomainParticipantFactory.hpp>
#include <fastdds/dds/log/Log.hpp>
#include <optionparser.hpp>

#include "Application.hpp"
#include "CLIParser.hpp"

using namespace eprosima::fastdds::examples::content_filter;
using eprosima::fastdds::dds::Log;
namespace option = eprosima::option;

std::function<void(int)> stop_app_handler;
void signal_handler(
Expand Down

0 comments on commit db42731

Please sign in to comment.