Commit 7fccb08e authored by Michael Sherman's avatar Michael Sherman
Browse files

Fixed compilation problems on Windows.

parent 9fdfaca9
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <cassert>
#include "quern.h"
#include "quern_list.h"
#ifdef _WIN32
#define copysign _copysign
#endif
struct SparseEntry
{
int index;
......
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