Skip to content

Commit

Permalink
Merge pull request #5566 from lioncash/header
Browse files Browse the repository at this point in the history
ec_wii: Add missing <string> header
  • Loading branch information
Helios747 committed Jun 7, 2017
2 parents 5610998 + e5260de commit 62041bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/ec_wii.cpp
Expand Up @@ -12,6 +12,7 @@
#include <cinttypes>
#include <cstdio>
#include <cstring>
#include <string>

#include <mbedtls/sha1.h>

Expand Down

0 comments on commit 62041bd

Please sign in to comment.