Make SearchDest.h include all the headers it needs

This commit is contained in:
Ralph Lange
2010-04-09 10:59:57 -04:00
parent d539db4053
commit a0e868e2e1
+4 -1
View File
@@ -11,7 +11,10 @@
#ifndef SearchDest_h
#define SearchDest_h
#include "tsDLList.h"
#include <osiSock.h>
#include <epicsTime.h>
#include <tsDLList.h>
#include "caProto.h"
class channelNode;
class epicsMutex;