Skip to content

Commit

Permalink
Merge pull request hrydgard#13500 from dev-0x7C6/master
Browse files Browse the repository at this point in the history
Fixed missing cstring include.
  • Loading branch information
hrydgard authored Oct 2, 2020
2 parents 7a26be4 + 826656a commit 5c9b7bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Common/FakeCPUDetect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/

#include <memory>
#include <cstdint>
#include <cstring>
#include <memory>

#include "Common.h"
#include "CPUDetect.h"
Expand Down

0 comments on commit 5c9b7bb

Please sign in to comment.