fix includes
[m6w6/libmemcached] / src / bin / common / options.hpp
index 7d2b3e38cf6b4612fb02919c1cf349c0b512bb5d..980ca38dc39ab8865a498002e98d6f334d4c2814 100644 (file)
 #include <string>
 #include <vector>
 
+#include "libmemcached/common.h"
+
 #ifdef HAVE_GETOPT_H
 #  include <getopt.h>
 #elif defined _MSC_VER
 #  include "win32/getopt.h"
 #endif
 
-#include "libmemcached/common.h"
-
 class client_options {
 public: