Skip to content

Commit

Permalink
Include missing vpEndian.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Jun 27, 2024
1 parent 9d8ed62 commit 542dba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/core/src/tools/file/vpIoTools_config_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
*/

#include <visp3/core/vpConfig.h>
#include <visp3/core/vpEndian.h>
#include <visp3/core/vpIoTools.h>

BEGIN_VISP_NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include <catch.hpp>
#include <visp3/core/vpImageConvert.h>
#include <visp3/core/vpIoTools.h>
#include <visp3/core/vpEndian.h>
#include <visp3/io/vpImageIo.h>

#ifdef ENABLE_VISP_NAMESPACE
Expand Down

0 comments on commit 542dba5

Please sign in to comment.