mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 14:14:28 +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__
|
#ifndef __hifi__Agent__
|
||||||
#define __hifi__Agent__
|
#define __hifi__Agent__
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream.h>
|
||||||
#include "AgentData.h"
|
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
|
#include "AgentData.h"
|
||||||
|
|
||||||
class Agent {
|
class Agent {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue