diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-17 00:56:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-17 00:56:28 +0000 |
| commit | 39960754026821775e6753a83f6934b8befa0dc2 (patch) | |
| tree | 8d772c04725d86d9525f511f08062f72a21bef61 /src/lib/sndfile_content.cc | |
| parent | f84289fe40cbd5fbf4f139f1c70870787bac7d3a (diff) | |
More uses of LocaleGuard; hence speculative fix for servers crashing on lexical_cast.
Diffstat (limited to 'src/lib/sndfile_content.cc')
| -rw-r--r-- | src/lib/sndfile_content.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/sndfile_content.cc b/src/lib/sndfile_content.cc index d57cf04e3..31c1b4698 100644 --- a/src/lib/sndfile_content.cc +++ b/src/lib/sndfile_content.cc @@ -23,6 +23,7 @@ #include "film.h" #include "compose.hpp" #include "job.h" +#include "util.h" #include "i18n.h" |
