chromium/v8/src/utils/version.h

// Copyright 2009 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef V8_UTILS_VERSION_H_
#define V8_UTILS_VERSION_H_

#include <cstdint>

#include "src/base/functional.h"

namespace v8 {

namespace base {
template <typename T>
class Vector;
}  // namespace base

namespace internal {

class V8_EXPORT Version {};

}  // namespace internal
}  // namespace v8

#endif  // V8_UTILS_VERSION_H_