summaryrefslogtreecommitdiff
path: root/lib/ising.h
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-21 14:54:13 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-21 14:54:13 -0400
commit0af22d23f860d7ab1c0e9355f55cade310afd748 (patch)
tree3a3e06e26466f87f0e4239c6db52907b2f36b102 /lib/ising.h
parent6b8448e5f80a7fa623678c532d1cceba0d19ac11 (diff)
downloadc++-0af22d23f860d7ab1c0e9355f55cade310afd748.tar.gz
c++-0af22d23f860d7ab1c0e9355f55cade310afd748.tar.bz2
c++-0af22d23f860d7ab1c0e9355f55cade310afd748.zip
ising example now has a setting for drawing the state to the screen
Diffstat (limited to 'lib/ising.h')
-rw-r--r--lib/ising.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ising.h b/lib/ising.h
index e09b39e..4ad88f4 100644
--- a/lib/ising.h
+++ b/lib/ising.h
@@ -1,6 +1,7 @@
#pragma once
#include <cmath>
+#include <stdio.h>
#include "types.h"