Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/subd/subd_patch_table.h
| Show All 11 Lines | |||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #ifndef __SUBD_PATCH_TABLE_H__ | #ifndef __SUBD_PATCH_TABLE_H__ | ||||
| #define __SUBD_PATCH_TABLE_H__ | #define __SUBD_PATCH_TABLE_H__ | ||||
| #include "util_types.h" | #include "util/util_types.h" | ||||
| #include "util_vector.h" | #include "util/util_vector.h" | ||||
| #ifdef WITH_OPENSUBDIV | #ifdef WITH_OPENSUBDIV | ||||
| #ifdef _MSC_VER | #ifdef _MSC_VER | ||||
| # include "iso646.h" | # include "iso646.h" | ||||
| #endif | #endif | ||||
| #include <opensubdiv/far/patchTable.h> | #include <opensubdiv/far/patchTable.h> | ||||
| #endif | #endif | ||||
| Show All 34 Lines | |||||