gstreamer/subprojects/gst-plugins-bad/sys/win32ipc/protocol
Alessandro Bono b87371d0ce 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/3936>
2023-02-10 19:34:35 +00:00
..
win32ipcmmf.cpp win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00
win32ipcmmf.h win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00
win32ipcpipeclient.cpp win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00
win32ipcpipeclient.h win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00
win32ipcpipeserver.cpp win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00
win32ipcpipeserver.h win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00
win32ipcprotocol.cpp win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00
win32ipcprotocol.h win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00
win32ipcutils.cpp win32ipcutils: Add missing include 2023-02-10 19:34:35 +00:00
win32ipcutils.h win32ipc: Add WIN32 shared memory videosrc/sink elements 2022-11-24 12:41:18 +00:00