diff options
Diffstat (limited to 'tempalte/main.cpp')
-rw-r--r-- | tempalte/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tempalte/main.cpp b/tempalte/main.cpp index 2786234..9980fb8 100644 --- a/tempalte/main.cpp +++ b/tempalte/main.cpp @@ -1,6 +1,7 @@ #include <iostream> #include "include/praktable.hpp" +#include "include/prakphys.hpp" using table = prak::table<f64>; using f64p = prak::pvalue<f64>; |