fix iostream include

This commit is contained in:
Stephen Birarda 2013-03-04 12:25:41 -08:00
parent bb25365604
commit ff9eab04d9

View file

@ -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: