File: pch.h

package info (click to toggle)
charls 2.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,740 kB
  • sloc: cpp: 10,109; ansic: 878; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) Team CharLS.
// SPDX-License-Identifier: BSD-3-Clause

#pragma once

#include <charls/charls.h>

#include <cassert>
#include <cstring>
#include <iostream>
#include <vector>