Skip to content

Commit

Permalink
Merge pull request #111 from Florent2305/MSVC_Compiling
Browse files Browse the repository at this point in the history
Fix 2 small errors to compile on MSVC 2017
  • Loading branch information
ecaruyer authored Apr 18, 2024
2 parents de6136d + ba276df commit 185203f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace anima
{
template <typename TValueType>
class ANIMASTATISTICALDISTRIBUTIONS_EXPORT BaseDistribution
class BaseDistribution
{
public:
using Self = BaseDistribution;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "animaDirichletDistribution.h"
#include <animaGammaFunctions.h>

#include <numeric>
#include <itkMacro.h>

namespace anima
Expand Down

0 comments on commit 185203f

Please sign in to comment.