Chromium Code Reviews| Index: base/logging.h |
| diff --git a/base/logging.h b/base/logging.h |
| index 54d6dfd00a329e52b721bb3aeea88d78de8dc83d..b12defcfe6d941cd94a8c5a1df387e8eba3a67d5 100644 |
| --- a/base/logging.h |
| +++ b/base/logging.h |
| @@ -6,6 +6,7 @@ |
| #define BASE_LOGGING_H_ |
| #pragma once |
| +#include <cassert> |
|
tzik
2011/06/15 09:38:19
#include <cassert> after defining assert may cause
willchan no longer on Chromium
2011/06/15 11:36:50
I don't understand how this fix works. Can you exp
|
| #include <string> |
| #include <cstring> |
| #include <sstream> |