Browse Source

try to fix build with gcc4.8

mcspr-patch-1
Maxim Prokhorov 3 years ago
parent
commit
3cc9aa6853
1 changed files with 2 additions and 1 deletions
  1. +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


Loading…
Cancel
Save