diff --git a/src/app/file/file_data.cpp b/src/app/file/file_data.cpp index fa641c980..38376f9be 100644 --- a/src/app/file/file_data.cpp +++ b/src/app/file/file_data.cpp @@ -18,10 +18,8 @@ #include "doc/document.h" #include "doc/slice.h" -// TODO define one way to use std:: functions, this is getting really strange on different compilers -#include // Needed to use std::strtol() on clang -#include // Needed to use std::strtol() on gcc - +#include +#include #include namespace app {