Skip to content

Commit

Permalink
avoid 'error: aggregate ‘std::array<unsigned char, 8> size’ has incom…
Browse files Browse the repository at this point in the history
…plete type and cannot be defined'
  • Loading branch information
lucasw committed May 5, 2023
1 parent 833977a commit d4bb54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rosmon_core/src/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "logger.h"
#include "fmt/format.h"

#include <array>
#include <cerrno>
#include <cstdio>
#include <cstring>
Expand Down

0 comments on commit d4bb54a

Please sign in to comment.