diff options
| author | Vincent Richard <[email protected]> | 2004-10-21 17:05:47 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-10-21 17:05:47 +0200 |
| commit | 2949fb51f13e1236d5c161f02e1c2c8541100e9f (patch) | |
| tree | 991edcf50483116ce83977a4d9e652de8c5328dc /src/types.hpp | |
| parent | header class unit tests added (diff) | |
| download | vmime-2949fb51f13e1236d5c161f02e1c2c8541100e9f.tar.gz vmime-2949fb51f13e1236d5c161f02e1c2c8541100e9f.zip | |
Refactoring (see ChangeLog).
Diffstat (limited to 'src/types.hpp')
| -rw-r--r-- | src/types.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.hpp b/src/types.hpp index fa37c6dc..7f20ce8a 100644 --- a/src/types.hpp +++ b/src/types.hpp @@ -21,8 +21,8 @@ #define VMIME_TYPES_HPP_INCLUDED -#include <string> #include <limits> +#include <string> #include "config.hpp" |
