aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmath/llrand.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmath/llrand.h')
-rw-r--r--linden/indra/llmath/llrand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llmath/llrand.h b/linden/indra/llmath/llrand.h
index 4a3dca6..c5ab7e3 100644
--- a/linden/indra/llmath/llrand.h
+++ b/linden/indra/llmath/llrand.h
@@ -29,8 +29,8 @@
29#ifndef LL_LLRAND_H 29#ifndef LL_LLRAND_H
30#define LL_LLRAND_H 30#define LL_LLRAND_H
31 31
32#include "boost/random/lagged_fibonacci.hpp" 32#include <boost/random/lagged_fibonacci.hpp>
33#include "boost/random/mersenne_twister.hpp" 33#include <boost/random/mersenne_twister.hpp>
34 34
35/** 35/**
36 * Use the boost random number generators if you want a stateful 36 * Use the boost random number generators if you want a stateful