Fix the build: add missing #include in osdUtil & projectTest

This commit is contained in:
manuelk 2013-11-06 11:06:58 -08:00
parent fe0d2bdec5
commit 40b564e1f9
2 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,7 @@
#include <vector>
#include <iostream>
#include <stdio.h>
#ifdef OPENSUBDIV_HAS_OPENMP
#include <omp.h>

View File

@ -25,6 +25,8 @@
#include <sstream>
#include <iostream>
#include <stdio.h>
#include <string.h>
using namespace std;