mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 05:55:48 +00:00
Add yet another missing include
svn path=/trunk/; revision=32687
This commit is contained in:
parent
ddef9f1617
commit
6f3e8ec662
1 changed files with 3 additions and 1 deletions
|
@ -8,8 +8,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "file_reader.h"
|
#include "file_reader.h"
|
||||||
#include <assert.h>
|
#include <cassert>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
namespace System_
|
namespace System_
|
||||||
{
|
{
|
||||||
//---------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue