Skip to content

Commit

Permalink
strdup win
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Sep 10, 2020
1 parent d5b6ee2 commit ddb4361
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bin/libint/prefactors.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
#include <bfset.h>
#include <singl_stack.h>

#ifdef _MSC_VER
#define strdup _strdup
#endif

#define CTIMEENTITIES_SINGLETONS 1

namespace libint2 {
Expand Down

0 comments on commit ddb4361

Please sign in to comment.