Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SofaKernel/modules/Sofa.Type/src/sofa/type/BoundingBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <sofa/type/BoundingBox.h>

#include <limits>
#include <algorithm>

namespace sofa::type
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.11)

include(ExternalProject)
ExternalProject_Add(SofaPython3
GIT_REPOSITORY https://github.com/CRIStAL-PADR/plugin.SofaPython3.git
GIT_TAG 204574db917a49ffd3aa87a18601f37e0a729b77
GIT_REPOSITORY https://github.com/sofa-framework/SofaPython3
GIT_TAG origin/master
SOURCE_DIR "${CMAKE_SOURCE_DIR}/applications/plugins/SofaPython3"
BINARY_DIR ""
CONFIGURE_COMMAND ""
Expand Down