diff --git a/src/blob.c b/src/blob.c
index 9af612a..8a2b836 100644
--- a/src/blob.c
+++ b/src/blob.c
@@ -16,7 +16,6 @@
along with this program. If not, see .
*/
-#include
#include "blob.h"
#include "ieee754.h"
diff --git a/src/blob.h b/src/blob.h
index 7268a31..b68266b 100644
--- a/src/blob.h
+++ b/src/blob.h
@@ -17,6 +17,7 @@
*/
#pragma once
+#include
#include
#include
#include