Changes needed for building Tim's new 'string_convert' stuff with MSVC (gtk2_ardour)
authorJohn Emmas <johne53@tiscali.co.uk>
Wed, 19 Apr 2017 16:23:52 +0000 (17:23 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Wed, 19 Apr 2017 16:25:53 +0000 (17:25 +0100)
MSVCardour3/Ardour3.vcproj
gtk2_ardour/ui_config.h

index 511caabc2dab59f9463869afcf0b46571f739431..dd0f2495249151e79d3187ab211b3669fc08b2c3 100644 (file)
                                RelativePath="..\gtk2_ardour\editing.h"
                                >
                        </File>
+                       <File
+                               RelativePath="..\gtk2_ardour\editing_convert.h"
+                               >
+                       </File>
                        <File
                                RelativePath="..\gtk2_ardour\editing_syms.h"
                                >
                                RelativePath="..\gtk2_ardour\enums.h"
                                >
                        </File>
+                       <File
+                               RelativePath="..\gtk2_ardour\enums_convert.h"
+                               >
+                       </File>
                        <File
                                RelativePath="..\gtk2_ardour\export_channel_selector.h"
                                >
index 977ec20351125d081a5a3aa3809e9aac7243eb1d..09d4f15e4733e5d7cb84a9f56930fad3168c88f0 100644 (file)
@@ -28,6 +28,7 @@
 #include <boost/bind.hpp>
 
 #include "ardour/types.h" // required for opeators used in pbd/configuration_variable.h
+#include "ardour/types_convert.h"
 
 #include "pbd/stateful.h"
 #include "pbd/xml++.h"