diff --git a/include/opendht/indexation/pht.h b/include/opendht/indexation/pht.h
index 1c5557af5dd66e762c643a287996e7e47625d352..534e7319dcb51c14314b4c90ca69c84c09b439d2 100644
--- a/include/opendht/indexation/pht.h
+++ b/include/opendht/indexation/pht.h
@@ -262,7 +262,7 @@ struct IndexEntry : public dht::Value::Serializable<IndexEntry> {
     Blob prefix;
     Value value;
     std::string name;
-    MSGPACK_DEFINE_MAP(prefix, value);
+    MSGPACK_DEFINE_MAP(prefix, value)
 };
 
 class Pht {