diff --git a/ch18/ex18.1.2.3/main.cpp b/ch18/ex18.1.2.3/main.cpp index 8c8caf4f..71452ca7 100644 --- a/ch18/ex18.1.2.3/main.cpp +++ b/ch18/ex18.1.2.3/main.cpp @@ -38,7 +38,7 @@ void exercise(int *b, int *e) #include #include #include -#include +#include /** * @brief The intArray class manage a dynamicly allocated int array. * @note for ex18.3 approach 1.