summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemLineSpline.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltGrElemLineSpline.C')
-rw-r--r--src/bltGrElemLineSpline.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bltGrElemLineSpline.C b/src/bltGrElemLineSpline.C
index 3f9c71c..385810b 100644
--- a/src/bltGrElemLineSpline.C
+++ b/src/bltGrElemLineSpline.C
@@ -1,6 +1,8 @@
+#include <assert.h>
+
#include "bltInt.h"
#include "bltOp.h"
-#include <bltVector.h>
+#include "bltVector.h"
typedef int (SplineProc)(Point2d origPts[], int nOrigPts, Point2d intpPts[],
int nIntpPts);