Added missing headers for newer GCC versions.
This commit is contained in:
parent
051319aa12
commit
7877d98430
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue