diff options
Diffstat (limited to 'src/povray.h')
-rw-r--r-- | src/povray.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/povray.h b/src/povray.h index 9dbf109d..f91c141c 100644 --- a/src/povray.h +++ b/src/povray.h @@ -18,9 +18,10 @@ #include "reflist.h" #include "cell.h" +#include "symmetry.h" extern int povray_render_animation(UnitCell *cell, RefList *list, - unsigned int nproc, const char *sym, + unsigned int nproc, const SymOpList *sym, int wght, double boost, double scale_top); #endif /* POVRAY_H */ |