freebsd-ports/devel/uatraits/files/patch-python-dict_wrapper.hpp
Dmitry Sivachenko 6c46cd0ea9 New port: uatraits.
A library for User-Agent recognition.  Includes C++, Java, Node.js,
Perl and Python bindings.

Feature safe:	yes
2012-11-13 10:21:49 +00:00

10 lines
337 B
C++

--- python/dict_wrapper.hpp.orig 2012-11-12 17:57:40.000000000 +0400
+++ python/dict_wrapper.hpp 2012-11-12 18:32:21.000000000 +0400
@@ -18,7 +18,6 @@
#ifndef UATRAITS_PYTHON_DICT_WRAPPER_HPP_INCLUDED
#define UATRAITS_PYTHON_DICT_WRAPPER_HPP_INCLUDED
-#include <string>
#include <boost/python.hpp>
#include "uatraits/config.hpp"