diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-07-23 14:16:06 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-07-23 14:16:06 -0400 |
commit | 3a463fbcaf3f6a3317ee1bc7393e5b8d1d55583a (patch) | |
tree | 6a1d168f571ac161af6d17ff340af58551266198 /src/wolff_cgm.cpp | |
parent | e44e2da31a4240600590eb9a564db0e0e586cba1 (diff) | |
download | c++-3a463fbcaf3f6a3317ee1bc7393e5b8d1d55583a.tar.gz c++-3a463fbcaf3f6a3317ee1bc7393e5b8d1d55583a.tar.bz2 c++-3a463fbcaf3f6a3317ee1bc7393e5b8d1d55583a.zip |
removed many unnecessary includes
Diffstat (limited to 'src/wolff_cgm.cpp')
-rw-r--r-- | src/wolff_cgm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wolff_cgm.cpp b/src/wolff_cgm.cpp index 559f6fc..1574308 100644 --- a/src/wolff_cgm.cpp +++ b/src/wolff_cgm.cpp @@ -10,6 +10,7 @@ #include <height.h> // include wolff.h +#include <rand.h> #include <wolff.h> typedef state_t <dihedral_inf_t<double>, height_t<double>> sim_t; |