minor fix
This commit is contained in:
parent
71c0778a2d
commit
1e9ee6cca4
2 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
#include "../StringUtil.hh"
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
#endif //_GNU_SOURCE
|
||||
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
|
|
Loading…
Reference in a new issue