Visual Studio: Fixed compiler error

This commit is contained in:
Daniel Marjamäki 2010-10-31 11:42:45 +01:00
parent bc283d8b99
commit 1e866c3235
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "checkother.h"
#include "mathlib.h"
#include <cctype> // std::isupper
#include <cmath> // fabs()
//---------------------------------------------------------------------------