Browse Source

Fix CarlaBackend.h to be C compatible

tags/1.9.7
falkTX 7 years ago
parent
commit
04a7b633bc
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      source/backend/CarlaBackend.h

+ 1
- 2
source/backend/CarlaBackend.h View File

@@ -20,8 +20,6 @@

#include "CarlaDefines.h"

#include <cmath>

#ifdef CARLA_PROPER_CPP11_SUPPORT
# include <cstdint>
#else
@@ -34,6 +32,7 @@
# define CARLA_BACKEND_START_NAMESPACE namespace CarlaBackend {
# define CARLA_BACKEND_END_NAMESPACE }
# define CARLA_BACKEND_USE_NAMESPACE using namespace CarlaBackend;
# include <cmath>
/* Start namespace */
CARLA_BACKEND_START_NAMESPACE
#endif


Loading…
Cancel
Save