Skip to content

Commit

Permalink
Fix include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed May 23, 2024
1 parent 947174f commit e0a6595
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

#ifndef vpFeatureLuminanceMapping_h
#define vpFeatureLuminanceMapping_h
#include <visp3/core/vpConfig.h>
#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
#include <array>
#include <memory>
Expand Down

0 comments on commit e0a6595

Please sign in to comment.