gstreamer/subprojects/gst-plugins-bad/sys/win32ipc/protocol
Alessandro Bono fcd983440e win32ipcutils: Add missing include
We are using std::isspace() with one parameter. That function is defined
in the cctype header.

```
win32ipcutils.cpp(34): error C2672: 'std::isspace': no matching overloaded function found
win32ipcutils.cpp(34): error C2780: 'bool std::isspace(_Elem,const std::locale &)': expects 2 arguments - 1 provided
```

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3933>
2023-02-10 14:35:20 +00:00
..
win32ipcmmf.cpp
win32ipcmmf.h
win32ipcpipeclient.cpp
win32ipcpipeclient.h
win32ipcpipeserver.cpp
win32ipcpipeserver.h
win32ipcprotocol.cpp
win32ipcprotocol.h
win32ipcutils.cpp win32ipcutils: Add missing include 2023-02-10 14:35:20 +00:00
win32ipcutils.h