diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2016-02-11 11:26:38 -0200 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2016-02-11 11:26:38 -0200 |
commit | ca6113145283b4c783ab3a08bce24f6f9455e404 (patch) | |
tree | a2993b45c38a8c2f011fb0bbbe0ad6a90885791c /main.h | |
parent | 74fc635ac0fa846ba1489655cba4810b5bc6a2e9 (diff) |
Added the ProjectionHistory header to main.h.
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ #include "colorscale.h" #include "continuouscolorscale.h" #include "projectionobserver.h" +#include "projectionhistory.h" #include "scatterplot.h" #include "voronoisplat.h" |