From 859d75044728754bea4b4d9d271b6a6a9470f2e5 Mon Sep 17 00:00:00 2001
From: Cheng Li <69489965+chengcli@users.noreply.github.com>
Date: Thu, 6 Jul 2023 19:51:39 -0400
Subject: [PATCH] Fix header for monitor (#12)

---
 src/monitor.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/monitor.hpp b/src/monitor.hpp
index 73ad712..0b1a2fc 100644
--- a/src/monitor.hpp
+++ b/src/monitor.hpp
@@ -3,7 +3,8 @@
 
 // C/C++
 #include <cstring>
-#include <iosfwd>
+#include <iostream>
+#include <fstream>
 #include <map>
 #include <memory>
 #include <string>