mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Adds missing #includes.
This commit is contained in:
parent
d5f1e76707
commit
3b164e5ffe
@ -10,6 +10,9 @@
|
|||||||
|
|
||||||
#include "Target.hpp"
|
#include "Target.hpp"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
Analyser::Static::TargetList Analyser::Static::Sega::GetTargets(const Media &media, const std::string &file_name, TargetPlatform::IntType potential_platforms) {
|
Analyser::Static::TargetList Analyser::Static::Sega::GetTargets(const Media &media, const std::string &file_name, TargetPlatform::IntType potential_platforms) {
|
||||||
if(media.cartridges.empty())
|
if(media.cartridges.empty())
|
||||||
return {};
|
return {};
|
||||||
|
Loading…
Reference in New Issue
Block a user