13
0

Generally speaking we use Glib::usleep() now in preference to standard ::usleep()

This commit is contained in:
John Emmas 2016-11-18 20:01:43 +00:00
parent ed7b6fee0c
commit b4b600a7b8

View File

@ -35,9 +35,12 @@
#include "osc.h"
#include "osc_select_observer.h"
#include <glibmm.h>
#include "pbd/i18n.h"
using namespace std;
using namespace Glib;
using namespace PBD;
using namespace ARDOUR;
using namespace ArdourSurface;