Browse Source

[trac901] Possible missing header

Michal 'vorner' Vaner 14 years ago
parent
commit
fb1d629419
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/log/logger_impl.cc

+ 1 - 0
src/lib/log/logger_impl.cc

@@ -13,6 +13,7 @@
 // PERFORMANCE OF THIS SOFTWARE
 
 #include <iostream>
+#include <iomanip>
 #include <algorithm>
 
 #include <stdarg.h>