make Travis CI pass

This commit is contained in:
erwincoumans
2019-01-23 19:34:21 -08:00
parent 66f4b276ec
commit 43d3cdfa38
3 changed files with 2 additions and 60 deletions

View File

@@ -1,5 +1,6 @@
#include "Shape.h"
#include <assert.h>
#include <stdio.h>
bool cShape::ParseShape(const std::string& str, eShape& out_shape)
{