Skip to content

Commit

Permalink
Add missing #include <iostream>
Browse files Browse the repository at this point in the history
These cause compile errors if cord.h is changed to not include <iostream>

PiperOrigin-RevId: 306761526
  • Loading branch information
Google Research Team authored and copybara-github committed Apr 16, 2020
1 parent 0d3ab6b commit fd44429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion automl_zero/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
#define UTIL_H_

#include <cstdlib>
#include <iostream>

#include "definitions.h"
#include "Eigen/Core"
#include "definitions.h"

namespace automl_zero {

Expand Down

0 comments on commit fd44429

Please sign in to comment.