mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
flac.cpp: Add some missing standard headers
This commit is contained in:
parent
969f9d3947
commit
22e7beb2fc
@ -2,7 +2,7 @@
|
||||
// copyright-holders:Aaron Giles
|
||||
/***************************************************************************
|
||||
|
||||
flac.c
|
||||
flac.cpp
|
||||
|
||||
FLAC compression wrappers
|
||||
|
||||
@ -12,8 +12,10 @@
|
||||
|
||||
#include "ioprocs.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <iterator>
|
||||
#include <new>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user