diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2014-01-30 03:36:23 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2014-01-30 03:36:23 +0000 |
| commit | 9072b0c98ba4f9412885a1a32002ee7214fd3dc0 (patch) | |
| tree | 1f6f205c8f28da415fd12ce4a835b83efc52fb8c /src/stable/random.h | |
| parent | 86e37bec7b2101555635201f83352c0e054f1849 (diff) | |
| download | libbu++-9072b0c98ba4f9412885a1a32002ee7214fd3dc0.tar.gz libbu++-9072b0c98ba4f9412885a1a32002ee7214fd3dc0.tar.bz2 libbu++-9072b0c98ba4f9412885a1a32002ee7214fd3dc0.tar.xz libbu++-9072b0c98ba4f9412885a1a32002ee7214fd3dc0.zip | |
Attempting to fix OSX compatibility, it's not 100%, but it builds and most things seem to work. We've also tested against LLVM.
Diffstat (limited to '')
| -rw-r--r-- | src/stable/random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/random.h b/src/stable/random.h index b02c9e5..6dc3b45 100644 --- a/src/stable/random.h +++ b/src/stable/random.h | |||
| @@ -8,11 +8,11 @@ | |||
| 8 | #define BU_RANDOM_H | 8 | #define BU_RANDOM_H |
| 9 | 9 | ||
| 10 | #include "bu/singleton.h" | 10 | #include "bu/singleton.h" |
| 11 | #include "bu/randombase.h" | ||
| 11 | #include <stdint.h> | 12 | #include <stdint.h> |
| 12 | 13 | ||
| 13 | namespace Bu | 14 | namespace Bu |
| 14 | { | 15 | { |
| 15 | class RandomBase; | ||
| 16 | class Random : public Bu::Singleton<Bu::Random> | 16 | class Random : public Bu::Singleton<Bu::Random> |
| 17 | { | 17 | { |
| 18 | friend class Bu::Singleton<Bu::Random>; | 18 | friend class Bu::Singleton<Bu::Random>; |
