Skip to content

Commit e768f21

Browse files
committed
vcpkg, conan: fix build
1 parent e653054 commit e768f21

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

build/conan/test_package/example.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <iostream>
2+
13
#include <utki/string.hpp>
24

35
int main() {

build/vcpkg/test/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <iostream>
2+
13
#include <utki/string.hpp>
24

35
int main(int argc, const char** argv){

0 commit comments

Comments
 (0)