1
0
Fork 0
mirror of https://github.com/gwm17/PunchTable.git synced 2024-11-22 10:18:51 -05:00

Fix iomanip include on GenerateTable

This commit is contained in:
Gordon McCann 2022-06-14 14:30:54 -04:00
parent 848e485897
commit f33792022a

View File

@ -2,6 +2,7 @@
#include "MassLookup.h"
#include <fstream>
#include <iostream>
#include <iomanip>
#include <cmath>
#include "catima/gwm_integrators.h"