This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
try to fix build with gcc4.8
mcspr-patch-1
Maxim Prokhorov
4 years ago
parent
741302e7bd
commit
3cc9aa6853
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
code/espurna/rfbridge.cpp
+ 2
- 1
code/espurna/rfbridge.cpp
View File
@ -20,8 +20,9 @@ Copyright (C) 2016-2019 by Xose Pérez <xose dot perez at gmail dot com>
BrokerBind
(
RfbridgeBroker
)
;
#
include
<algorithm>
#
include
<
memory
>
#
include
<
cstring
>
#
include
<list>
#
include
<memory>
// -----------------------------------------------------------------------------
// GLOBALS TO THE MODULE
Write
Preview
Loading…
Cancel
Save