Skip to content

Commit

Permalink
[image,Mapping.NonLinear] Properly includes config.h before ObjectFac…
Browse files Browse the repository at this point in the history
…tory.h (#4726)
  • Loading branch information
alxbilger committed May 14, 2024
1 parent 755b657 commit 8f78ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
******************************************************************************/
#define SOFA_COMPONENT_MAPPING_DistanceMultiMapping_CPP

#include <sofa/core/ObjectFactory.h>
#include <sofa/component/mapping/nonlinear/DistanceMultiMapping.inl>
#include <sofa/core/ObjectFactory.h>


namespace sofa::component::mapping::nonlinear
{
Expand Down
2 changes: 1 addition & 1 deletion applications/plugins/image/ImageTypes.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <sofa/defaulttype/TemplatesAliases.h>
#include <image/config.h>
#include <sofa/core/ObjectFactory.h>

#include <image/config.h>
#include "ImageTypes.h"
#if IMAGE_HAVE_MULTITHREADING
#include <MultiThreading/DataExchange.inl>
Expand Down

0 comments on commit 8f78ae8

Please sign in to comment.