You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/03/14 19:23:24 UTC

[trafficserver] branch master updated: Add missing include, which otherwise breaks on OSX

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  602c91c   Add missing include, which otherwise breaks on OSX
602c91c is described below

commit 602c91c7729d9914a8236a86c77f7938a8981f75
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Tue Mar 14 12:22:13 2017 -0600

    Add missing include, which otherwise breaks on OSX
---
 lib/ts/ink_sys_control.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/ts/ink_sys_control.cc b/lib/ts/ink_sys_control.cc
index 0e43228..311f195 100644
--- a/lib/ts/ink_sys_control.cc
+++ b/lib/ts/ink_sys_control.cc
@@ -21,6 +21,8 @@
   limitations under the License.
  */
 
+#include <cmath>
+
 #include "ts/ink_defs.h"
 #include "ts/ink_assert.h"
 #include "ts/ink_sys_control.h"

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].