From 6531ee412678bcdb8d9fefdc99270c40ace0983a Mon Sep 17 00:00:00 2001 From: mark Date: Tue, 11 Feb 2014 20:57:09 +0000 Subject: [PATCH] Add missing #include for Linux. git-svn-id: https://valelab.ucsf.edu/svn/micromanager2/trunk@12751 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd --- MMCore/LibraryInfo/LibraryPathsUnix.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/MMCore/LibraryInfo/LibraryPathsUnix.cpp b/MMCore/LibraryInfo/LibraryPathsUnix.cpp index aac84d2ffa..11d2b57a26 100644 --- a/MMCore/LibraryInfo/LibraryPathsUnix.cpp +++ b/MMCore/LibraryInfo/LibraryPathsUnix.cpp @@ -37,6 +37,7 @@ #include #ifdef __linux__ +# include // for strcpy() # include // for basename() # include // for readlink() #endif