From d0559d326ae7d3be000bb4e029e99afbf9eced69 Mon Sep 17 00:00:00 2001 From: Eric Cousineau Date: Tue, 7 May 2019 10:37:51 -0400 Subject: [PATCH] Fix missing header --- test/test_library.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_library.cpp b/test/test_library.cpp index 3a5c48b..56df718 100644 --- a/test/test_library.cpp +++ b/test/test_library.cpp @@ -16,6 +16,8 @@ /// Trivial library to ensure we have some linking present for /// `test_find_library`. +#include "rcpputils/visibility_control.hpp" + namespace test_library {