Browse Source

Fix CarlaBackend.h usage with the latest changes

Fixes #632
tags/v1.9.9
falkTX 7 years ago
parent
commit
f039ee4675
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/backend/CarlaBackend.h

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

@@ -34,6 +34,7 @@
# define CARLA_BACKEND_USE_NAMESPACE using namespace CarlaBackend;
# include <algorithm>
# include <cmath>
# include <limits>
/* Start namespace */
CARLA_BACKEND_START_NAMESPACE
#endif


Loading…
Cancel
Save