diff --git a/bindings/c/CMakeLists.txt b/bindings/c/CMakeLists.txt index 629c7ef2..0a92e820 100644 --- a/bindings/c/CMakeLists.txt +++ b/bindings/c/CMakeLists.txt @@ -33,7 +33,7 @@ IF(HAVE_CRUN_LIB) # stlport4 and stdcxx -- make this a mess. We really only # support stdcxx, but won't force the issue here. # - # TARGET_LINK_LIBRARIES(tag_c Cstd Crun) + TARGET_LINK_LIBRARIES(tag_c Crun) ENDIF(HAVE_CRUN_LIB) SET_TARGET_PROPERTIES(tag_c PROPERTIES VERSION 0.0.0 SOVERSION 0 ) diff --git a/bindings/c/tag_c.cpp b/bindings/c/tag_c.cpp index 394e88c6..6fdcc9cc 100644 --- a/bindings/c/tag_c.cpp +++ b/bindings/c/tag_c.cpp @@ -21,6 +21,7 @@ #include "tag_c.h" +#include #include #include #include diff --git a/examples/tagwriter.cpp b/examples/tagwriter.cpp index 859a9a82..0f81e8db 100644 --- a/examples/tagwriter.cpp +++ b/examples/tagwriter.cpp @@ -29,6 +29,7 @@ #include #include #include +#include #include #include