forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
292 B
C++
11 lines
292 B
C++
--- src/store/api/item_handle.h.orig 2014-06-13 15:24:23.000000000 +0200
|
|
+++ src/store/api/item_handle.h 2014-06-13 15:34:05.000000000 +0200
|
|
@@ -16,6 +16,8 @@
|
|
#ifndef ZORBA_STORE_ITEM_HANDLE_H
|
|
#define ZORBA_STORE_ITEM_HANDLE_H
|
|
|
|
+#include <string>
|
|
+#include <sstream>
|
|
|
|
|
|
namespace zorba
|