From 14ab228ab6bc33a6ae036a4aba5e2ee448b99116 Mon Sep 17 00:00:00 2001 From: Mark Mentovai Date: Mon, 4 Jan 2016 10:49:37 -0500 Subject: [PATCH] Restore missing newline --- cppguide.html | 1 + 1 file changed, 1 insertion(+) diff --git a/cppguide.html b/cppguide.html index 3674ac0..d4993d1 100644 --- a/cppguide.html +++ b/cppguide.html @@ -476,6 +476,7 @@ might look like this:

#include <sys/types.h> #include <unistd.h> + #include <hash_map> #include <vector>