From 312a368240ffa464cb166db13eb2c2ba5984910a Mon Sep 17 00:00:00 2001 From: ThePhD Date: Thu, 22 Sep 2016 12:36:33 -0400 Subject: [PATCH] includes aren't right, headers aren't right... buh --- examples/usertype_special_functions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/usertype_special_functions.cpp b/examples/usertype_special_functions.cpp index 7121fe9c..ef1492df 100644 --- a/examples/usertype_special_functions.cpp +++ b/examples/usertype_special_functions.cpp @@ -2,6 +2,7 @@ #include #include #include +#include struct vec { double x;