From 367e07d3cadc31129e9611cdec8e72371e702e66 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Tue, 20 Mar 2001 16:48:43 +0000 Subject: [PATCH] must include inlines --- src/ca/baseNMIU.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ca/baseNMIU.cpp b/src/ca/baseNMIU.cpp index a5161072d..737a428fe 100644 --- a/src/ca/baseNMIU.cpp +++ b/src/ca/baseNMIU.cpp @@ -12,6 +12,7 @@ #include "iocinf.h" #include "nciu_IL.h" +#include "baseNMIU_IL.h" baseNMIU::baseNMIU ( cacNotify ¬ifyIn, nciu &chanIn ) : cacNotifyIO ( notifyIn ), chan ( chanIn )