mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 18:42:33 +02:00
fix iostream include
This commit is contained in:
parent
bb25365604
commit
ff9eab04d9
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@
|
|||
#ifndef __hifi__Agent__
|
||||
#define __hifi__Agent__
|
||||
|
||||
#include <iostream>
|
||||
#include "AgentData.h"
|
||||
#include <iostream.h>
|
||||
#include <sys/socket.h>
|
||||
#include "AgentData.h"
|
||||
|
||||
class Agent {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue