projects
/
libs
/
core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6ca62a
)
Add a missing include
author
Mikko Rasa
<tdb@tdb.fi>
Sun, 5 Oct 2014 10:48:15 +0000
(13:48 +0300)
committer
Mikko Rasa
<tdb@tdb.fi>
Sun, 5 Oct 2014 10:48:15 +0000
(13:48 +0300)
source/core/unix/main.cpp
patch
|
blob
|
history
diff --git
a/source/core/unix/main.cpp
b/source/core/unix/main.cpp
index 698ec69ad514ee4d62d20b14ed9a9ec31ae6ff53..e7f4c3ce10b998ae4b0e3b99197807db6be08a85 100644
(file)
--- a/
source/core/unix/main.cpp
+++ b/
source/core/unix/main.cpp
@@
-1,3
+1,4
@@
+#include <cstring>
#include "application.h"
int main(int argc, char **argv)