about summary refs log tree commit diff stats
path: root/001help.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-22 16:30:49 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-22 16:30:49 -0800
commitf17b34a8babcd5dc52482d2bddb08b65f62910e7 (patch)
tree2e2bce690e5c6a40c84e01b06f3b08e25d574855 /001help.cc
parent6b3fc927c2fbad4bd555bc6952ae960e7d191d62 (diff)
downloadmu-f17b34a8babcd5dc52482d2bddb08b65f62910e7.tar.gz
2688
Diffstat (limited to '001help.cc')
-rw-r--r--001help.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/001help.cc b/001help.cc
index b2ca4c46..26f17893 100644
--- a/001help.cc
+++ b/001help.cc
@@ -134,6 +134,7 @@ using std::iostream;
 using std::cin;
 using std::cout;
 using std::cerr;
+#include<iomanip>
 
 #include<cstring>
 #include<string>