diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fstring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fstring.h b/src/fstring.h index a6ec010..2eaa4ba 100644 --- a/src/fstring.h +++ b/src/fstring.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define F_STRING_H | 2 | #define F_STRING_H |
3 | 3 | ||
4 | #include <stdint.h> | 4 | #include <stdint.h> |
5 | #include <memory> | ||
5 | 6 | ||
6 | /** | 7 | /** |
7 | * | 8 | * |