summaryrefslogtreecommitdiff
path: root/src/analysis/storage/serialize-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-02-23 23:34:25 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-02-23 23:36:46 (GMT)
commita79d209385fca4e74a6a85b2386be71ec23057bb (patch)
treea2f302fde6560c8e220abd738e50a455be936c88 /src/analysis/storage/serialize-int.h
parentdc3be188b42a90404d0655c250e6697f5a55b862 (diff)
Prepare mechanisms to load and store data types.
Diffstat (limited to 'src/analysis/storage/serialize-int.h')
-rw-r--r--src/analysis/storage/serialize-int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/analysis/storage/serialize-int.h b/src/analysis/storage/serialize-int.h
index e7690d5..b4eb815 100644
--- a/src/analysis/storage/serialize-int.h
+++ b/src/analysis/storage/serialize-int.h
@@ -28,6 +28,9 @@
#include "serialize.h"
+#include "storage.h"
+
+
/* Charge un objet depuis une mémoire tampon. */
typedef bool (* load_serializable_object_cb) (GSerializableObject *, GObjectStorage *, packed_buffer *);