aboutsummaryrefslogtreecommitdiffstats
path: root/.includes.imp
diff options
context:
space:
mode:
Diffstat (limited to '.includes.imp')
-rw-r--r--.includes.imp2
1 files changed, 2 insertions, 0 deletions
diff --git a/.includes.imp b/.includes.imp
index 07b654dd..3f87fee5 100644
--- a/.includes.imp
+++ b/.includes.imp
@@ -3,4 +3,6 @@
{ "symbol": [ "uint32_t", "private", "<stdint.h>", "public" ] },
{ "symbol": [ "uint64_t", "private", "<stdint.h>", "public" ] },
{ "symbol": [ "uint8_t", "private", "<stdint.h>", "public" ] },
+
+ { "symbol": [ "std::ostringstream", "private", "<sstream>", "public" ] }
]