Compilation cleanup

This commit is contained in:
Bruno Herbelin
2023-02-24 06:36:04 +01:00
parent bf2b5d8882
commit d2b900f7c3
24 changed files with 9 additions and 1516 deletions

View File

@@ -1,13 +1,16 @@
#ifndef CONTROL_H
#define CONTROL_H
#include <glm/fwd.hpp>
#include <map>
#include <list>
#include <string>
#include <atomic>
#include <condition_variable>
#include "NetworkToolkit.h"
#include "osc/OscReceivedElements.h"
#include "osc/OscPacketListener.h"
#include "ip/UdpSocket.h"
#define OSC_SYNC "/sync"