Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mumble/mumble_pch.hpp')
-rw-r--r--src/mumble/mumble_pch.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mumble/mumble_pch.hpp b/src/mumble/mumble_pch.hpp
index 71f735163..fc5358a80 100644
--- a/src/mumble/mumble_pch.hpp
+++ b/src/mumble/mumble_pch.hpp
@@ -53,6 +53,9 @@
#include <sndfile.h>
#undef __int64_t
#include <celt.h>
+#ifdef USE_SBCELT
+#include <sbcelt.h>
+#endif
#include <speex/speex.h>
#include <speex/speex_jitter.h>
#include <speex/speex_preprocess.h>