Skip to content

Commit

Permalink
Fix 2 small errors to compile on MSVC 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent2305 committed Mar 25, 2024
1 parent 7923db4 commit ba276df
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 ba276df

Please sign in to comment.