"vscode:/vscode.git/clone" did not exist on "17d1268c6a6802da7eb518609a2bbe6a2a9f733e"
Commit 6813ca57 authored by peastman's avatar peastman
Browse files

Fixed compilation error on Windows

parent 766f480f
......@@ -22,6 +22,9 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifdef WIN32
#define _USE_MATH_DEFINES // Needed to get M_PI
#endif
#include "AmoebaReferenceForce.h"
#include "AmoebaReferenceWcaDispersionForce.h"
#include <cmath>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment