13
0
livetrax/libs/surfaces/maschine2
Robin Gareus ed3d374f47
Fix --no-nls compilation 1/2 -- #8802
pbd/i18n.h MUST NEVER be included from header files and always be
the last include. This is because `_` is declared other headers
notably boost and some apple headers.

leading to issues like
../libs/pbd/gettext.h:58:27: error: expected unqualified-id before ‘const’
   58 | # define gettext(Msgid) ((const char *) (Msgid))
2021-09-27 16:28:44 +02:00
..
callbacks.cc
canvas.cc Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
canvas.h
images.h
interface.cc
layout.cc
layout.h
m2_button.h
m2_dev_mikro.cc
m2_dev_mikro.h
m2_dev_mk2.cc
m2_dev_mk2.h
m2_encoder.h
m2_map_mikro.cc
m2_map_mikro.h
m2_map_mk2.cc
m2_map_mk2.h
m2_pad.h
m2controls.h
m2device.h
maschine2.cc Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
maschine2.h
ui_knob.cc
ui_knob.h
ui_menu.cc Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
ui_menu.h
wscript