Skip to content

Commit 29c7a4e

Browse files
Update RequestHandler_SceneItems.cpp
In order to fully close the issue of #906 of obs-websockets, #include <optional> is necessary (v32 of OBS as of this commit).
1 parent 538dfa8 commit 29c7a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requesthandler/RequestHandler_SceneItems.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GNU General Public License for more details.
1616
You should have received a copy of the GNU General Public License along
1717
with this program. If not, see <https://www.gnu.org/licenses/>
1818
*/
19-
19+
#include <optional>
2020
#include "RequestHandler.h"
2121

2222
/**

0 commit comments

Comments
 (0)