From 896225069db7f34e752dd7b7bb401052c6b7cb17 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 10 Nov 2018 08:00:14 -0500 Subject: Rename files with dashes to underscores (GH #736) Also see https://groups.google.com/forum/#!topic/cryptopp-users/HBz-6gZZFOA on the mailing list --- validat1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'validat1.cpp') diff --git a/validat1.cpp b/validat1.cpp index d7b4ae19..2226a344 100644 --- a/validat1.cpp +++ b/validat1.cpp @@ -15,7 +15,7 @@ #include "zlib.h" #if defined(CRYPTOPP_ALTIVEC_AVAILABLE) -# include "ppc-simd.h" +# include "ppc_simd.h" #endif #include -- cgit v1.2.1