From a779664a512da537cf75c02f0dd7d129be146e34 Mon Sep 17 00:00:00 2001
From: Boris Stefanovic <owldev@bluewin.ch>
Date: Mon, 2 May 2022 11:49:23 +0200
Subject: [PATCH] FIX: include utils quickfix

---
 src/field.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/field.c b/src/field.c
index 333ed68..f07aad7 100644
--- a/src/field.c
+++ b/src/field.c
@@ -3,6 +3,7 @@
 #include <stdlib.h>
 
 #include "physics.h"
+#include "../utils/utils.h"
 
 
 // Compute E*qP/norm(qP)
-- 
GitLab