Skip to content

Commit e3e2bd7

Browse files
authored
ofRandomDistributions: #include tweak for self-sufficiency and include-order resiliency (#7663)
1 parent c5d5ecf commit e3e2bd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/openFrameworks/utils/ofRandomDistributions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#ifndef OF_RANDOM_DISTRIBUTIONS_H_
22
#define OF_RANDOM_DISTRIBUTIONS_H_
33

4-
#include <random>
54
#include <glm/glm.hpp>
5+
#include "ofRandomEngine.h"
66

77
// https://gist.github.com/imneme/540829265469e673d045
88
// https://github.com/effolkronium/random/tree/master

0 commit comments

Comments
 (0)