Skip to content
Snippets Groups Projects
Commit 5c4c7c15 authored by Florian Pose's avatar Florian Pose
Browse files

Added missing headers for newer GCC versions.

parent 42c2f8f1
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
*
****************************************************************************/
#include <string.h>
#include <iostream>
#include <iomanip>
using namespace std;
......
......@@ -5,6 +5,7 @@
****************************************************************************/
#include <libgen.h> // basename()
#include <string.h>
#include <iostream>
#include <iomanip>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment