fix clang compilation
authorRobin Gareus <robin@gareus.org>
Wed, 24 Dec 2014 03:55:56 +0000 (04:55 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 24 Dec 2014 04:00:39 +0000 (05:00 +0100)
commit0b471df0c3883bb04103f006192652e6d6eb6807
tree1888b5ca48d1b196600d69b12d95bfe5d6821b7b
parent8f0f88915277460c292d87103647c29bc01dfcb5
fix clang compilation

error: call to function 'operator>>' that is neither
visible in the template definition nor found by argument-dependent lookup. 'operator>>' should be declared prior to the call site.

IOW. types.h must be included before using ‘ss >> (T) value’ in
template in pbd/configuration.h
gtk2_ardour/option_editor.cc
libs/ardour/ardour/rc_configuration.h