mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-29 00:13:10 +01:00
fix clang compilation.
pbd/configuration_variable.h:84:6: error: call to function 'operator>>' that is neither visible in the template definition nor found by argument-dependent lookup ardour/types.h defines std::istream& operator>> and must be included prior to pbd/configuration_variable.h
This commit is contained in:
parent
31c0a536ba
commit
5d02c47d3a
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@
|
|||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#include "ardour/types.h" // required for opeators used in pbd/configuration_variable.h
|
||||
|
||||
#include "pbd/stateful.h"
|
||||
#include "pbd/xml++.h"
|
||||
#include "pbd/configuration_variable.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue