diff carfac/carfac_test.cc @ 640:d08c02c8e26f

More small style revisions to C++ CARFAC, adjusted struct member variable naming, header guards and #include structure.
author alexbrandmeyer
date Wed, 29 May 2013 15:37:28 +0000
parents efc5b1b54f63
children fe8ac95fcf9e
line wrap: on
line diff
--- a/carfac/carfac_test.cc	Tue May 28 17:54:18 2013 +0000
+++ b/carfac/carfac_test.cc	Wed May 29 15:37:28 2013 +0000
@@ -22,8 +22,11 @@
 
 #include <string>
 #include <fstream>
-// GoogleTest is now included for running unit tests
+#include <vector>
 #include <gtest/gtest.h>
+#include "car_params.h"
+#include "ihc_params.h"
+#include "agc_params.h"
 #include "carfac.h"
 
 using std::vector;