Skip to content
Snippets Groups Projects
Commit c9a60c33 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #8977: history: added #include <fstream>

parent de990224
Branches
Tags
No related merge requests found
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include "history.h" #include "history.h"
#include <cerrno> #include <cerrno>
#include <algorithm> #include <algorithm>
#include <fstream>
#include <sys/stat.h> // for mkdir #include <sys/stat.h> // for mkdir
#include <ctime> #include <ctime>
#include "global.h" #include "global.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment