diff --git a/src/main/c/scientificMode.c b/src/main/c/scientificMode.c index 31cd161..8aa73e3 100644 --- a/src/main/c/scientificMode.c +++ b/src/main/c/scientificMode.c @@ -2,7 +2,7 @@ #include #include -#include "taschenrechner.h" +#include "calculator.h" // get the number which has to be calculated double getNumberFromUser() { @@ -154,4 +154,4 @@ double scientificMode() { } while (choice != 0); return result; -} \ No newline at end of file +}