From 1acbabb0abf207c7b2ab4b2b33abc284966ec84a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 6 Aug 1999 00:54:00 +0000 Subject: [PATCH] need to include header for assert --- src/libCom/os/generic/osdTime.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libCom/os/generic/osdTime.cc b/src/libCom/os/generic/osdTime.cc index 419c62e97..280c2dd09 100644 --- a/src/libCom/os/generic/osdTime.cc +++ b/src/libCom/os/generic/osdTime.cc @@ -3,6 +3,7 @@ // should move the time stuff into a different header // #include "osiSock.h" +#include "epicsAssert.h" #define epicsExportSharedSymbols #include "osiTime.h"