projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddef9f1
)
Add yet another missing include
author
Colin Finck
<colin@reactos.org>
Sat, 15 Mar 2008 00:38:42 +0000
(
00:38
+0000)
committer
Colin Finck
<colin@reactos.org>
Sat, 15 Mar 2008 00:38:42 +0000
(
00:38
+0000)
svn path=/trunk/; revision=32687
reactos/tools/sysreg/file_reader.cpp
patch
|
blob
|
history
diff --git
a/reactos/tools/sysreg/file_reader.cpp
b/reactos/tools/sysreg/file_reader.cpp
index
f313982
..
f6b186f
100644
(file)
--- a/
reactos/tools/sysreg/file_reader.cpp
+++ b/
reactos/tools/sysreg/file_reader.cpp
@@
-8,8
+8,10
@@
*/
#include "file_reader.h"
-#include <
assert.h
>
+#include <
cassert
>
#include <cstdio>
+#include <cstring>
+
namespace System_
{
//---------------------------------------------------------------------------------------