build fix for lynx (missing <algorithm>)
This commit is contained in:
parent
8f4945405a
commit
fe13fb88d9
|
@ -49,6 +49,7 @@
|
||||||
#include "machine.h"
|
#include "machine.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#define HANDY_SYSTEM_FREQ 16000000
|
#define HANDY_SYSTEM_FREQ 16000000
|
||||||
#define HANDY_TIMER_FREQ 20
|
#define HANDY_TIMER_FREQ 20
|
||||||
|
|
Loading…
Reference in New Issue