From ea1c66e021a55f9f7bd2427b1383661a8222b0fc Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Sun, 13 Jan 2002 15:54:51 +0000 Subject: [PATCH] tuple.hpp split. [SVN r12297] --- include/boost/preprocessor/arithmetic/add.hpp | 2 +- include/boost/preprocessor/arithmetic/sub.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/preprocessor/arithmetic/add.hpp b/include/boost/preprocessor/arithmetic/add.hpp index 73f1587..275dc67 100644 --- a/include/boost/preprocessor/arithmetic/add.hpp +++ b/include/boost/preprocessor/arithmetic/add.hpp @@ -19,7 +19,7 @@ #include #include -#include +#include #include //! Expands to the sum of X and Y. diff --git a/include/boost/preprocessor/arithmetic/sub.hpp b/include/boost/preprocessor/arithmetic/sub.hpp index a54e18b..84b53a7 100644 --- a/include/boost/preprocessor/arithmetic/sub.hpp +++ b/include/boost/preprocessor/arithmetic/sub.hpp @@ -18,7 +18,7 @@ */ #include -#include +#include #include //! Expands to the difference of X and Y.