Fixes that come from clang.
[awesomized/libmemcached] / libmemcached / csl / parser.yy
index 4fed2754d84ac3dcf728e305757abc85d9449bb5..243c4fcd835209b526ba76f76461b396e90fb507 100644 (file)
  *
  */
 
+%{
+
+#include <libmemcached/csl/common.h>
+
+class Context;
+
+%}
+
 %error-verbose
 %debug
 %defines
@@ -51,7 +59,6 @@
 
 %{
 
-#include <libmemcached/csl/common.h>
 #include <libmemcached/options.hpp>
 
 #include <libmemcached/csl/context.h>