Skip to content

Commit

Permalink
wrap MatlabIO.hpp (#100)
Browse files Browse the repository at this point in the history
```
#if defined(ACF_SERIALIZE_WITH_CVMATIO)
#  include <MatlabIO.hpp>
#endif
```

resolve post iwyu refactoring issue and bump cmake patch version
  • Loading branch information
headupinclouds authored Jul 12, 2018
1 parent cd17f3e commit 7c1342d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ endif()
###################

# See https://github.com/hunter-packages/check_ci_tag when changing VERSION
project(acf VERSION 0.1.15)
project(acf VERSION 0.1.16)

set(ACF_ROOT_DIR "${CMAKE_CURRENT_LIST_DIR}")
set(CMAKE_TOP_DIR "${PROJECT_SOURCE_DIR}/src/app/cmake")
Expand Down
4 changes: 3 additions & 1 deletion src/lib/acf/acf/ACFIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
#include <acf/acf_common.h>
#include <io/cereal_pba.h>

#include <MatlabIO.hpp>
#if defined(ACF_SERIALIZE_WITH_CVMATIO)
# include <MatlabIO.hpp>
#endif

#include <opencv2/core/hal/interface.h>

Expand Down

0 comments on commit 7c1342d

Please sign in to comment.