Skip to content

Commit

Permalink
#include <optional> in ofRandomDistributions.h (openframeworks#8198)
Browse files Browse the repository at this point in the history
fixes compile issue with linux debian
  • Loading branch information
chilina authored Nov 16, 2024
1 parent 2f7e2d8 commit d860fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/openFrameworks/utils/ofRandomDistributions.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "ofRandomEngine.h"
#include "ofColor.h"
#include <iostream>
#include <optional>

#ifdef TARGET_WIN32
#include <iso646.h>
Expand Down

0 comments on commit d860fa2

Please sign in to comment.