Skip to content

Commit

Permalink
Fix includes without G2O_HAVE_LOGGING
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerKuemmerle committed Nov 11, 2023
1 parent 4bf300f commit 3374b0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions g2o/stuff/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

#include "logger.h"

#include <spdlog/spdlog.h>

#include <string_view>

#include "g2o/config.h"
Expand All @@ -36,6 +34,7 @@
#include <spdlog/cfg/env.h>
#include <spdlog/common.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <spdlog/spdlog.h>

#include <cassert>

Expand Down

0 comments on commit 3374b0c

Please sign in to comment.