diff options
Diffstat (limited to 'test/array_test.cpp')
-rw-r--r-- | test/array_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/array_test.cpp b/test/array_test.cpp index ea9eb13..a1a4132 100644 --- a/test/array_test.cpp +++ b/test/array_test.cpp @@ -14,10 +14,10 @@ along with Raul. If not, see <http://www.gnu.org/licenses/>. */ -#include <stdio.h> - #include "raul/Array.hpp" +#include <cstdio> + int main(int argc, char** argv) { |