summaryrefslogtreecommitdiffhomepage
path: root/examples/csmap_insert.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/csmap_insert.c')
-rw-r--r--examples/csmap_insert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/csmap_insert.c b/examples/csmap_insert.c
index 07fba9ed..24f536e9 100644
--- a/examples/csmap_insert.c
+++ b/examples/csmap_insert.c
@@ -1,5 +1,5 @@
+#define i_implement
#include <stc/cstr.h>
-#include <stdio.h>
// This implements the std::map insert c++ example at:
// https://docs.microsoft.com/en-us/cpp/standard-library/map-class?view=msvc-160#example-19