mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
Add yet another missing include
svn path=/trunk/; revision=32687
This commit is contained in:
parent
ddef9f1617
commit
6f3e8ec662
|
@ -8,8 +8,10 @@
|
|||
*/
|
||||
|
||||
#include "file_reader.h"
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
namespace System_
|
||||
{
|
||||
//---------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue