diff options
author | Max Kellermann <max@duempel.org> | 2015-07-21 11:57:49 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-07-21 11:57:53 +0200 |
commit | e621c2427082970329ba0364cff8a9fceb0a0856 (patch) | |
tree | 6d543891f77037a3bf8e49333579c84bdcff861a /src | |
parent | 554888318af945a677f3e4a1bd8d3c4f4342786c (diff) |
net/StaticSocketAddress: include config.h
Diffstat (limited to 'src')
-rw-r--r-- | src/net/StaticSocketAddress.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/StaticSocketAddress.cxx b/src/net/StaticSocketAddress.cxx index d74df016c..b9bd01aeb 100644 --- a/src/net/StaticSocketAddress.cxx +++ b/src/net/StaticSocketAddress.cxx @@ -27,6 +27,7 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "config.h" #include "StaticSocketAddress.hxx" #include <algorithm> |