diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-23 16:24:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-23 19:04:08 +0300 |
commit | ecc0dbab411d6f1f741dd19d0bc593ecc36a4941 (patch) | |
tree | 3e7cbd083fd2d8e25da0ec76b22e62310f1e42c1 /src/utils | |
parent | bc4c9a33066e26bcdd3c564c90294777a839a5be (diff) | |
download | plus-ecc0dbab411d6f1f741dd19d0bc593ecc36a4941.tar.gz plus-ecc0dbab411d6f1f741dd19d0bc593ecc36a4941.tar.bz2 plus-ecc0dbab411d6f1f741dd19d0bc593ecc36a4941.tar.xz plus-ecc0dbab411d6f1f741dd19d0bc593ecc36a4941.zip |
fix code style.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/stringutils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/stringutils.h b/src/utils/stringutils.h index 1fb3d9d23..582f7f8ed 100644 --- a/src/utils/stringutils.h +++ b/src/utils/stringutils.h @@ -29,6 +29,8 @@ #include <list> #include <set> +#include "localconsts.h" + /** * Trims spaces off the end and the beginning of the given string. * |