1 // Copyright (C) 2013 Steve Taylor (steve98654@gmail.com)
2 // License: Boost Software License  See LICENSE.txt for the full license.
3 #ifndef DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_HEADER
4 #define DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_HEADER
5 
6 #include "numerical_integration/integrate_function_adapt_simpson.h"
7 
8 #endif // DLIB_INTEGRATE_FUNCTION_ADAPT_SIMPSON_HEADER
9