Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Add missing string.h and algorithm includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jackoalan committed Jun 11, 2017
1 parent 4cbbd64 commit e3516a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/hecl/SystemChar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#include <wchar.h>
#endif
#include <string>
#include <string.h>
#include <algorithm>

namespace hecl
{
Expand Down

0 comments on commit e3516a0

Please sign in to comment.