Merge pull request #37 from Zebradil/dev

Fix build issues
This commit is contained in:
Sergey Naumov
2022-05-30 21:23:42 +03:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ target_link_libraries(i3ipc++
)
target_compile_options(i3ipc++
PRIVATE -std=c++11 -Wall -Wextra -Wno-unused-parameter
PRIVATE -std=c++17 -Wall -Wextra -Wno-unused-parameter
)
target_compile_definitions(i3ipc++

View File

@@ -8,6 +8,7 @@ extern "C" {
#include <errno.h>
}
#include <algorithm>
#include <cstring>
#include <ios>