Skip to content

Commit

Permalink
fix strutils's compile error in gcc4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed Sep 4, 2013
1 parent 0dc0502 commit 186771a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/strutils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#define __STRLIB_X_H__

#include <iostream>
#include <cstdio>
#include <cstdlib>
#include <sstream>
#include <vector>
#include <string>
Expand Down

0 comments on commit 186771a

Please sign in to comment.