Skip to content
Snippets Groups Projects
Commit e1c79908 authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

fix build erros on MSVC

parent 1e1ffc17
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ ADD_SUBDIRECTORY( Base )
ADD_SUBDIRECTORY( GeoLib )
ADD_SUBDIRECTORY( MathLib )
ADD_SUBDIRECTORY( SimpleTests/MatrixTests )
ADD_SUBDIRECTORY( SimpleTests/SolverTests )
IF(NOT MSVC)
ADD_SUBDIRECTORY( SimpleTests/SolverTests )
ENDIF(MSVC)
......@@ -6,8 +6,11 @@
*/
#include "amuxCRS.h"
#include <stddef.h>
#include <omp.h>
#ifdef HAVE_PTHREADS
#include <pthread.h>
#endif
namespace MathLib {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment