forked from github/server
include what you use
This commit is contained in:
parent
d1aff44d7b
commit
56141ee7a1
|
@ -1,17 +1,12 @@
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#define _USE_MATH_DEFINES
|
#define _USE_MATH_DEFINES
|
||||||
#endif
|
#endif
|
||||||
#include <platform.h>
|
|
||||||
#include "rand.h"
|
#include "rand.h"
|
||||||
#include "mtrand.h"
|
#include "mtrand.h"
|
||||||
#include "rng.h"
|
#include "rng.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <float.h>
|
|
||||||
#include <ctype.h>
|
|
||||||
|
|
||||||
int lovar(double xpct_x2)
|
int lovar(double xpct_x2)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue