- fix for OpenWRT builds

This commit is contained in:
2019-02-05 12:59:10 +03:00
parent 7483db5fac
commit cf89c17e66
4 changed files with 9 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef __EXCEPTION_H
#define __EXCEPTION_H
#ifndef __HL_EXCEPTION_H
#define __HL_EXCEPTION_H
#include <exception>
#include <memory.h>

View File

@@ -11,6 +11,7 @@
#include <thread>
#include <vector>
#include <queue>
#include <functional>
#include <assert.h>
typedef std::recursive_mutex Mutex;