fix clang compilation (include header ordering)
authorRobin Gareus <robin@gareus.org>
Thu, 21 Sep 2017 17:38:13 +0000 (19:38 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 21 Sep 2017 17:38:13 +0000 (19:38 +0200)
commit4e5423b3487771220cdca4c2b1a79c4d74b6afa5
treeea52b7cd9dc7483ba30123d9a285cdd0dbe6b970
parent87f5cd30d14c718d4d3215fe2fde0d33af300984
fix clang compilation (include header ordering)

"i18n.h" needs to be included last, after types have been defined or
clang bails out:
"call to function 'operator<<' is not visible in the template definition"
libs/ardour/disk_io.cc
libs/ardour/disk_reader.cc
libs/ardour/disk_writer.cc