include <cstdio> explicitly in .cpp files, though

This commit is contained in:
Axel Kohlmeyer
2019-06-27 10:13:43 -04:00
parent 333bec0222
commit 48220b39b5
6 changed files with 6 additions and 4 deletions

View File

@ -112,7 +112,6 @@ class AtomVecBody : public AtomVec {
void grow_bonus();
void copy_bonus(int, int);
//void check(int);
};
}